Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
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
)