Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ gr.Interface(
|
|
| 67 |
fn=gradio_predict,
|
| 68 |
inputs="text",
|
| 69 |
outputs="text",
|
| 70 |
-
live=True
|
| 71 |
-
|
| 72 |
-
).launch()
|
| 73 |
|
|
|
|
| 67 |
fn=gradio_predict,
|
| 68 |
inputs="text",
|
| 69 |
outputs="text",
|
| 70 |
+
live=True
|
| 71 |
+
).launch(ssr_mode=False)
|
|
|
|
| 72 |
|