Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dorsar/lung-cancer-detection
CoLogiX
/
LungCancer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dorsar
commited on
Jun 30, 2024
Commit
17fae1b
·
1 Parent(s):
15814eb
remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ iface = gr.Interface(
40
]
41
)
42
43
-
iface.launch(
share=True
)
40
]
41
)
42
43
+
iface.launch()