Spaces:
Runtime error
Runtime error
Commit
·
f19899c
1
Parent(s):
5cc3971
Update app.py
Browse files
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(
|
| 47 |
|
| 48 |
|
|
|
|
| 43 |
title="Salim's Machine Learning App",
|
| 44 |
description="This is a diabetes model")
|
| 45 |
|
| 46 |
+
app.launch(inline = False)
|
| 47 |
|
| 48 |
|