PrathmeshZ commited on
Commit
51bfee5
·
1 Parent(s): 68c4ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
  examples=examples,
55
  )
56
 
57
- iface.launch(show_api='False')
 
54
  examples=examples,
55
  )
56
 
57
+ iface.launch(debug=True, show_api=False)