Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MohammedAlakhras/ChestX-ray
SalmanAboAraj
/
ChestX-ray
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SalmanAboAraj
commited on
1 day ago
Commit
1442a7c
·
verified
·
1 Parent(s):
afd5fcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ with gr.Blocks() as interface:
52
53
# تشغيل التطبيق
54
if __name__ == "__main__":
55
-
interface.launch()
52
53
# تشغيل التطبيق
54
if __name__ == "__main__":
55
+
interface.launch(
share=True
)