tareknaous commited on
Commit
2e7c2d1
·
1 Parent(s): d2ae5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,4 +199,4 @@ iface = gr.Interface(
199
  gr.outputs.Image(type='plot', label='Clustering Result')
200
  ]
201
  )
202
- iface.launch()
 
199
  gr.outputs.Image(type='plot', label='Clustering Result')
200
  ]
201
  )
202
+ iface.launch(debug=True)