Spaces:
Running
Running
Merge pull request #9 from argmaxinc/disable-ssr
Browse files
main.py
CHANGED
@@ -1345,4 +1345,4 @@ with gr.Blocks(css=css, theme=gr.themes.Base(font=font)) as demo:
|
|
1345 |
)
|
1346 |
|
1347 |
# Launch the Gradio interface
|
1348 |
-
demo.launch(debug=True, share=True)
|
|
|
1345 |
)
|
1346 |
|
1347 |
# Launch the Gradio interface
|
1348 |
+
demo.launch(debug=True, share=True, ssr_mode=False)
|