Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yash911
/
DiabetesModel
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yash911
commited on
Aug 13, 2023
Commit
e8a6390
·
1 Parent(s):
e1ec722
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -173,5 +173,5 @@ demo = gr.Interface(
173
)
174
175
if __name__ == "__main__":
176
-
demo.launch(
share=True
)
177
173
)
174
175
if __name__ == "__main__":
176
+
demo.launch()
177