Adeal1 John6666 commited on
Commit
71dbcc9
·
verified ·
1 Parent(s): 236619f

Update app.py (#2)

Browse files

- Update app.py (2eb9d2c6917b46e7122f829ec246b03bbb83b76c)


Co-authored-by: John Smith <John6666@users.noreply.huggingface.co>

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)