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
Dec 27, 2023
Commit
932bd4e
·
1 Parent(s):
f26ee99
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,5 +176,5 @@ demo = gr.Interface(
176
)
177
178
if __name__ == "__main__":
179
-
demo.launch(
share=True
)
180
176
)
177
178
if __name__ == "__main__":
179
+
demo.launch()
180