Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -133,4 +133,4 @@ interface.css = """
|
|
133 |
|
134 |
# Launch the Gradio application
|
135 |
if __name__ == "__main__":
|
136 |
-
interface.launch()
|
|
|
133 |
|
134 |
# Launch the Gradio application
|
135 |
if __name__ == "__main__":
|
136 |
+
interface.launch(ssr_mode=False)
|