Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
a68639a
1
Parent(s):
93bbec0
Update app.py (#7)
Browse files
app.py
CHANGED
@@ -65,4 +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.
|
|
|
|
65 |
|
66 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
|
67 |
|
68 |
+
demo.queue(concurrency_count=10, api_open=False)
|
69 |
+
demo.launch(debug=True, show_api=False)
|