mashdemy commited on
Commit
67c6faa
1 Parent(s): ec4ca21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface( title = "Mashdemy AI Demo _Diabetes Prediction App",
27
  gr.Number(label="Age"),
28
  ],
29
  outputs="text",
30
- live=True,
31
  )
32
 
33
- iface.launch(debug = True, share= True)
 
27
  gr.Number(label="Age"),
28
  ],
29
  outputs="text",
30
+ live=False,
31
  )
32
 
33
+ iface.launch(share= True)