Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AlexxT/Lung_Nodule_Detection
Ari1009
/
Lung_Nodule_Detection2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ari1009
commited on
May 15, 2025
Commit
c8f7662
·
verified
·
1 Parent(s):
e1fd319
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -114,6 +114,7 @@ interface = gr.Interface(
114
"image_5.jpg",
115
"image_6.jpg",
116
],
117
118
)
119
114
"image_5.jpg",
115
"image_6.jpg",
116
],
117
+
live=False,
118
119
)
120