mussie1212 commited on
Commit
be2b8ca
·
verified ·
1 Parent(s): c3a6ef8

Update app.py

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