fffiloni commited on
Commit
a21d6ae
1 Parent(s): 212d8f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,5 +157,5 @@ app = gr.Interface(
157
  description=model_description,
158
  allow_flagging="never",
159
  )
160
- app.launch(share=True)
161
 
 
157
  description=model_description,
158
  allow_flagging="never",
159
  )
160
+ app.launch(share=False, show_error=True)
161