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
05505ea
·
1 Parent(s):
1862dc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,6 +34,6 @@ def graphPlot(inpX):
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=graphPolt)
38
39
demo.launch()