Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
755339c
1
Parent(s):
dcf6d05
Update app.py (#2)
Browse files- Update app.py (863e1df660bb8e9032d8d6716d6ec43e2ee3705f)
app.py
CHANGED
@@ -91,5 +91,5 @@ with gr.Blocks(css=css) as demo:
|
|
91 |
|
92 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
|
93 |
|
94 |
-
demo.queue(
|
95 |
-
demo.launch(debug=True
|
|
|
91 |
|
92 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
|
93 |
|
94 |
+
demo.queue(api_open=False)
|
95 |
+
demo.launch(debug=True)
|