Spaces:
Runtime error
Runtime error
MaziyarPanahi
commited on
Commit
•
a68639a
1
Parent(s):
93bbec0
Update app.py (#7)
Browse files- Update app.py (cd9e9378e0190ea08c9561f869922f5b1d01831f)
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)
|