spanofzero commited on
Commit
da70066
·
verified ·
1 Parent(s): f1bb86b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
  )