Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Plashkar
/
diabetes-predict
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Plashkar
commited on
Aug 4, 2022
Commit
2d6a557
·
1 Parent(s):
13b1779
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ def graphPlot():
37
with gr.Blocks() as demo:
38
gr.Plot(fn=graphPlot)
39
40
-
demo.launch()
37
with gr.Blocks() as demo:
38
gr.Plot(fn=graphPlot)
39
40
+
demo.launch(
share=True
)