Spaces:
Running
on
T4
Running
on
T4
Update app.py
#1
by
Tonic
- opened
app.py
CHANGED
@@ -112,4 +112,4 @@ with gr.Blocks(css=css) as demo:
|
|
112 |
|
113 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [model_output_text, annotated_image])
|
114 |
|
115 |
-
demo.launch(debug=False)
|
|
|
112 |
|
113 |
submit_btn.click(run_example, [input_img, text_input, model_selector], [model_output_text, annotated_image])
|
114 |
|
115 |
+
demo.launch(debug=False, ssr_mode=False)
|