Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rttr1/brain_tumor_cnn
Nurisslam
/
Scanner_mozg
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rttr1
commited on
Apr 16, 2025
Commit
09356b9
·
verified
·
1 Parent(s):
3301b3c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ iface = gr.Interface(
45
examples=example_images
46
)
47
48
-
iface.launch()
45
examples=example_images
46
)
47
48
+
iface.launch(
share=True
)