Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
7b02d7b
1
Parent(s):
a68639a
Update app.py
Browse files
app.py
CHANGED
@@ -65,5 +65,5 @@ with gr.Blocks(css=css) as demo:
|
|
65 |
|
66 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
|
67 |
|
68 |
-
demo.queue(
|
69 |
demo.launch(debug=True, show_api=False)
|
|
|
65 |
|
66 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
|
67 |
|
68 |
+
demo.queue(api_open=False)
|
69 |
demo.launch(debug=True, show_api=False)
|