Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmedfo
/
atent-diffusion-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahmedfo
commited on
Apr 10, 2025
Commit
7b2c73f
·
verified
·
1 Parent(s):
fd283f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ iface = gr.Interface(
78
)
79
80
# تشغيل التطبيق
81
-
iface.launch()
78
)
79
80
# تشغيل التطبيق
81
+
iface.launch(
share=True
)