Spaces:
Running on Zero
Running on Zero
fix small bug
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
|
|
|
app.py
CHANGED
|
@@ -182,4 +182,4 @@ with gr.Blocks() as demo:
|
|
| 182 |
)
|
| 183 |
|
| 184 |
if __name__ == "__main__":
|
| 185 |
-
demo.launch(theme=gr.themes.Soft())
|
|
|
|
| 182 |
)
|
| 183 |
|
| 184 |
if __name__ == "__main__":
|
| 185 |
+
demo.launch(theme=gr.themes.Soft(), ssr_mode=False)
|