Disable gradio SSR mode
Browse files
app.py
CHANGED
|
@@ -222,4 +222,4 @@ def gradio_interface():
|
|
| 222 |
|
| 223 |
# Launch the Gradio app
|
| 224 |
app = gradio_interface()
|
| 225 |
-
app.launch(show_api=False, show_error=True)
|
|
|
|
| 222 |
|
| 223 |
# Launch the Gradio app
|
| 224 |
app = gradio_interface()
|
| 225 |
+
app.launch(show_api=False, show_error=True, ssr_mode=False)
|