Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BechirTrabelsi1
/
OutfitRec
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BechirTrabelsi1
commited on
Sep 13, 2024
Commit
7a468b1
·
verified
·
1 Parent(s):
15f2843
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -174,4 +174,4 @@ def gradio_app():
174
175
if __name__ == "__main__":
176
demo = gradio_app()
177
-
demo.launch()
174
175
if __name__ == "__main__":
176
demo = gradio_app()
177
+
demo.launch(
share=True
)