t-montes commited on
Commit
78abfe0
·
verified ·
1 Parent(s): a0c6111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,4 +208,4 @@ with gr.Blocks(css=css) as demo:
208
  show_api=True,
209
  )
210
 
211
- demo.queue().launch(share=False, show_api=True)
 
208
  show_api=True,
209
  )
210
 
211
+ demo.queue().launch(share=True, show_api=True, show_error=True)