Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mostafasmart
/
EyesCareVit
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mostafasmart
commited on
Oct 13, 2024
Commit
ef4bd60
·
1 Parent(s):
e9cb5a6
mostafa add notifction API7
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
)
53
54
# تشغيل الواجهة
55
-
iface.launch()
52
)
53
54
# تشغيل الواجهة
55
+
iface.launch(
share=True
)