Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
wangjin2000/Lung_Nodule_Detection_Dicom
Ari1009
/
dicom
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ari1009
commited on
May 15, 2025
Commit
4452f8d
·
verified
·
1 Parent(s):
93bf3f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -148,4 +148,4 @@ interface = gr.Interface(
148
live=False,
149
)
150
151
-
interface.launch()
148
live=False,
149
)
150
151
+
interface.launch(
share=True
)