Hugging Face
Models
Datasets
Spaces
Posts
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
6aafa41
·
1 Parent(s):
739a4ef
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,6 +34,6 @@ def graphPlot():
34
return plt
35
36
with gr.Blocks() as demo:
37
-
gr.Plot(fn=
graphPolt
)
38
39
demo.launch()
34
return plt
35
36
with gr.Blocks() as demo:
37
+
gr.Plot(fn=
graphPlot
)
38
39
demo.launch()