Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,5 +120,6 @@ with gr.Blocks(css=css) as demo:
|
|
120 |
|
121 |
submit_btn.click(run_example, [input_img, text_input], [output_text])
|
122 |
|
123 |
-
demo.queue(api_open=False)
|
124 |
-
demo.launch(debug=True)
|
|
|
|
120 |
|
121 |
submit_btn.click(run_example, [input_img, text_input], [output_text])
|
122 |
|
123 |
+
#demo.queue(api_open=False)
|
124 |
+
#demo.launch(debug=True)
|
125 |
+
demo.launch()
|