ehristoforu
commited on
Commit
•
4dd8b4f
1
Parent(s):
8f7bfc0
Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks(css=css) as demo:
|
|
95 |
|
96 |
text_button.click(query, inputs=[text_prompt, negative_prompt], outputs=gallery_output)
|
97 |
|
98 |
-
demo.launch(show_api=False)
|
|
|
95 |
|
96 |
text_button.click(query, inputs=[text_prompt, negative_prompt], outputs=gallery_output)
|
97 |
|
98 |
+
demo.launch(show_api=False, server_name="0.0.0.0", server_port=7860)
|