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