theArijitDas commited on
Commit
52e73e8
1 Parent(s): 4b84fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ iface = gr.Interface(
34
  title="Product Update Validator"
35
  )
36
 
37
- iface.launch()
 
34
  title="Product Update Validator"
35
  )
36
 
37
+ iface.launch(show_error=True)