Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,5 +160,7 @@ with gr.Blocks() as demo:
|
|
| 160 |
if __name__ == "__main__":
|
| 161 |
demo.queue().launch(
|
| 162 |
theme=gr.themes.Soft(primary_hue="blue"),
|
| 163 |
-
css=custom_css
|
|
|
|
|
|
|
| 164 |
)
|
|
|
|
| 160 |
if __name__ == "__main__":
|
| 161 |
demo.queue().launch(
|
| 162 |
theme=gr.themes.Soft(primary_hue="blue"),
|
| 163 |
+
css=custom_css,
|
| 164 |
+
ssr_mode=False
|
| 165 |
+
|
| 166 |
)
|