Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmetyaylalioglu
/
fabric_textile_diffusion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahmetyaylalioglu
commited on
May 15, 2025
Commit
d47b21c
·
verified
·
1 Parent(s):
f3f421e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ interface = gr.Interface(
59
)
60
61
if __name__ == "__main__":
62
-
interface.launch()
59
)
60
61
if __name__ == "__main__":
62
+
interface.launch(
share=True
)