Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhosseini
/
ShelfSpaceDetection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nhosseini
commited on
Oct 13, 2024
Commit
dfcc379
·
verified
·
1 Parent(s):
8afe469
share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
34
# Start the app
35
if __name__ == "__main__":
36
-
demo.launch()
33
34
# Start the app
35
if __name__ == "__main__":
36
+
demo.launch(
share=True
)