Spaces:
Runtime error
Runtime error
Commit
·
b23c75e
1
Parent(s):
28f598b
Update app.py
Browse files
app.py
CHANGED
@@ -168,4 +168,5 @@ with block:
|
|
168 |
# text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
169 |
# btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
170 |
|
171 |
-
block.launch(
|
|
|
|
168 |
# text.submit(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
169 |
# btn.click(infer, inputs=[text, pip_sd, pip_freeu], outputs=[image_1, image_2])
|
170 |
|
171 |
+
# block.launch()
|
172 |
+
block.queue(default_enabled=False).launch(share=False)
|