Sina-Haz commited on
Commit
96b87f8
1 Parent(s): 448f661

added debugging for space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ iface = gr.Interface(
13
  )
14
 
15
  # Launch the interface
16
- iface.launch()
17
 
 
13
  )
14
 
15
  # Launch the interface
16
+ iface.launch(debug=True)
17