tdubon commited on
Commit
0cdc6ad
·
1 Parent(s): 5a9538c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,3 +118,4 @@ iface = gr.Interface(
118
  live=True,
119
  analytics_enabled=False
120
  )
 
 
118
  live=True,
119
  analytics_enabled=False
120
  )
121
+ iface.launch(debug=True)