Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dorsar
/
lung-cancer-detection
like
1
Sleeping
App
Files
Files
Community
dorsar
commited on
Jun 30
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()