Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
savitha7
/
test-predicted-weight
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
savitha7
commited on
Aug 28, 2024
Commit
ae2153f
·
verified
·
1 Parent(s):
8096272
update share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ interface = gr.Interface(
85
)
86
87
# Launch the interface
88
-
interface.launch()
85
)
86
87
# Launch the interface
88
+
interface.launch(
share=True
)