James040 commited on
Commit
e558c0a
·
verified ·
1 Parent(s): 3222286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
91
  )
92
 
93
  if __name__ == "__main__":
94
- demo.launch()
 
91
  )
92
 
93
  if __name__ == "__main__":
94
+ demo.launch(ssr_mode=False)