salimcodes commited on
Commit
f19899c
·
1 Parent(s): 5cc3971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ app = gr.Interface(fn=diabetes,
43
  title="Salim's Machine Learning App",
44
  description="This is a diabetes model")
45
 
46
- app.launch(share = True, inline = False)
47
 
48
 
 
43
  title="Salim's Machine Learning App",
44
  description="This is a diabetes model")
45
 
46
+ app.launch(inline = False)
47
 
48