Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5f8123c
1
Parent(s):
55866f4
Changed demo launch info
Browse files
app.py
CHANGED
@@ -129,12 +129,12 @@ with gr.Blocks(
|
|
129 |
gr.Examples(examples=EXAMPLES, inputs=[prompt, image_input, words, seed], outputs=[output_image, saliency_display], fn=process_inputs, cache_examples=False)
|
130 |
|
131 |
if __name__ == "__main__":
|
132 |
-
demo.launch(
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
)
|
|
|
129 |
gr.Examples(examples=EXAMPLES, inputs=[prompt, image_input, words, seed], outputs=[output_image, saliency_display], fn=process_inputs, cache_examples=False)
|
130 |
|
131 |
if __name__ == "__main__":
|
132 |
+
demo.launch()
|
133 |
+
# share=True,
|
134 |
+
# server_name="0.0.0.0",
|
135 |
+
# inbrowser=True,
|
136 |
+
# # share=False,
|
137 |
+
# server_port=6754,
|
138 |
+
# quiet=True,
|
139 |
+
# max_threads=1
|
140 |
+
# )
|