Spaces:
Running
on
Zero
Running
on
Zero
Remove path argument from block.launch()
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ The Gradio app generates dynamic HTML files and stores them in a static director
|
|
48 |
|
49 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
50 |
|
51 |
-
block.launch(debug=True, share=False,
|
|
|
48 |
|
49 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
50 |
|
51 |
+
block.launch(debug=True, share=False,ssr_mode=False)
|