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
8bcceb3
·
1 Parent(s):
4169251
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,6 +35,6 @@ def graphPlot():
35
return plt
36
37
with gr.Blocks() as demo:
38
-
gr.Plot(graphPlot)
39
40
demo.launch(share=True)
35
return plt
36
37
with gr.Blocks() as demo:
38
+
gr.Plot(
fn=
graphPlot)
39
40
demo.launch(share=True)