danhtran2mind commited on
Commit
abea497
·
verified ·
1 Parent(s): 2764e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
 
53
  # Launch the app
54
  if __name__ == "__main__":
55
- iface.launch()
 
52
 
53
  # Launch the app
54
  if __name__ == "__main__":
55
+ iface.launch(debug=True)