fffiloni commited on
Commit
5a07e0e
·
verified ·
1 Parent(s): 14be8bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,4 +171,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
171
  )
172
 
173
  if __name__ == "__main__":
174
- demo.launch(share=False, server_name="0.0.0.0", server_port=8080)
 
171
  )
172
 
173
  if __name__ == "__main__":
174
+ demo.launch(ssr_mode=False, show_error=True, show_api=False)