davidberenstein1957 commited on
Commit
a71ac2d
·
1 Parent(s): 2621d7d

fix: update demo launch configuration to disable SSR mode

Browse files
Files changed (1) hide show
  1. dashboard/app.py +3 -1
dashboard/app.py CHANGED
@@ -191,5 +191,7 @@ with gr.Blocks("ParityError/Interstellar", fill_width=True, css=custom_css) as d
191
  ```
192
  """
193
  )
 
 
194
  if __name__ == "__main__":
195
- demo.launch()
 
191
  ```
192
  """
193
  )
194
+
195
+
196
  if __name__ == "__main__":
197
+ demo.launch(ssr_mode=False)