Spaces:
Sleeping
Sleeping
ssr_mode=False in app
Browse files
app.py
CHANGED
|
@@ -227,5 +227,6 @@ if __name__ == "__main__":
|
|
| 227 |
app.launch(
|
| 228 |
server_name="0.0.0.0",
|
| 229 |
server_port=7860,
|
| 230 |
-
theme=gr.themes.Soft()
|
|
|
|
| 231 |
)
|
|
|
|
| 227 |
app.launch(
|
| 228 |
server_name="0.0.0.0",
|
| 229 |
server_port=7860,
|
| 230 |
+
theme=gr.themes.Soft(),
|
| 231 |
+
ssr_mode=False
|
| 232 |
)
|