Spaces:
Runtime error
Runtime error
Commit
·
2684052
1
Parent(s):
e6e7ba3
Update app.py
Browse files
app.py
CHANGED
@@ -341,4 +341,4 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}", title="ShellAI Ap
|
|
341 |
|
342 |
# gen_btn.click(mult_thread, [prompt_box, image_box, chinese_check], [image1, image2, image3, image4, chinese_check])
|
343 |
iface.dependencies[0]["show_progress"] = "hidden"
|
344 |
-
iface.launch(debug=True, share=True
|
|
|
341 |
|
342 |
# gen_btn.click(mult_thread, [prompt_box, image_box, chinese_check], [image1, image2, image3, image4, chinese_check])
|
343 |
iface.dependencies[0]["show_progress"] = "hidden"
|
344 |
+
iface.launch(debug=True, share=True)
|