Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Parishri07
/
Diabetes_readmission
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Parishri07
commited on
Feb 2
Commit
922a2e4
·
verified
·
1 Parent(s):
8fddd5a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ demo = gr.Interface(
19
title="Clinical Readmission Assistant"
20
)
21
22
-
demo.launch()
19
title="Clinical Readmission Assistant"
20
)
21
22
+
demo.launch(
share=True
)