mashdemy commited on
Commit
ca8fe9c
1 Parent(s): ef594a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ iface = gr.Interface( title = "Mashdemy AI Demo _Diabetes Prediction App",
31
  live=False,
32
  )
33
 
34
- iface.launch(share= True)
 
31
  live=False,
32
  )
33
 
34
+ iface.launch(share= True, debug = True)