Shatha2030 commited on
Commit
e8e73d4
·
verified ·
1 Parent(s): 182cb50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,4 +25,5 @@ iface = gr.Interface(
25
 
26
  # Launch the app
27
  if __name__ == "__main__":
28
- iface.launch()
 
 
25
 
26
  # Launch the app
27
  if __name__ == "__main__":
28
+ iface.launch(debug=True)
29
+