John6666 commited on
Commit
9144295
1 Parent(s): 236619f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -531,4 +531,4 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
531
  )
532
 
533
  if __name__ == "__main__":
534
- demo.launch(show_error=True)
 
531
  )
532
 
533
  if __name__ == "__main__":
534
+ demo.launch(show_error=True, ssr_mode=False)