Spaces:
Running
on
Zero
Running
on
Zero
ssr = false
Browse files
app.py
CHANGED
@@ -54,4 +54,4 @@ The Gradio app generates dynamic HTML files and stores them in a static director
|
|
54 |
|
55 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
56 |
|
57 |
-
block.launch(debug=True, share=False)#,ssr_mode=False
|
|
|
54 |
|
55 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
56 |
|
57 |
+
block.launch(debug=True, share=False, ssr_mode=False)#,ssr_mode=False
|