siddhantuniyal commited on
Commit
3ddc0e7
1 Parent(s): ab650c6

feat: set show_error to True in launch()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ iface = gr.Interface(fn=predict,
91
  )
92
 
93
  if __name__ == "__main__":
94
- iface.launch()
 
91
  )
92
 
93
  if __name__ == "__main__":
94
+ iface.launch(show_error=True)