whyumesh commited on
Commit
65314b9
·
verified ·
1 Parent(s): 0e95924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,4 +185,4 @@ iface = gr.Interface(
185
  )
186
 
187
  if __name__ == "__main__":
188
- iface.launch()
 
185
  )
186
 
187
  if __name__ == "__main__":
188
+ iface.launch(show_error=True)