Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,6 +116,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 116 |
|
| 117 |
submit_btn.click(run_example, [input_img, text_input], [output_text])
|
| 118 |
demo.queue()
|
| 119 |
-
demo.launch(debug=
|
| 120 |
|
| 121 |
|
|
|
|
| 116 |
|
| 117 |
submit_btn.click(run_example, [input_img, text_input], [output_text])
|
| 118 |
demo.queue()
|
| 119 |
+
demo.launch(debug=False)
|
| 120 |
|
| 121 |
|