blumenstiel commited on
Commit
325902e
·
1 Parent(s): 3a4c119

Update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,4 +257,4 @@ with gr.Blocks(
257
  )
258
 
259
  if __name__ == "__main__":
260
- demo.launch(share=True)
 
257
  )
258
 
259
  if __name__ == "__main__":
260
+ demo.launch(share=True, ssr_mode=False)