Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rama0519
/
DiabeticLogistic123
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rama0519
commited on
Jul 15, 2024
Commit
f2521e8
·
verified
·
1 Parent(s):
ebc92ab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -76,4 +76,5 @@ interface = gr.Interface(
76
)
77
78
# Launch the interface
79
-
interface.launch()
76
)
77
78
# Launch the interface
79
+
#
interface.launch()
80
+
interface.launch(share=True)