Spaces:
Sleeping
Sleeping
Commit
·
9bcd2a5
1
Parent(s):
e77ab66
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,9 @@ st.set_page_config(
|
|
19 |
title = "Brain Tumor Detection App"
|
20 |
|
21 |
description = gr.Markdown(
|
22 |
-
"""
|
23 |
-
Give this app a try! Upload an MRI image in JPG or
|
24 |
PNG format, and discover whether it shows signs of a brain tumor.
|
25 |
-
This is
|
26 |
[Kaggle Dataset](https://www.kaggle.com/datasets/navoneel/brain-mri-images-for-brain-tumor-detection/)
|
27 |
""").value
|
28 |
# Function to preprocess the image
|
|
|
19 |
title = "Brain Tumor Detection App"
|
20 |
|
21 |
description = gr.Markdown(
|
22 |
+
"""Upload an MRI image in JPG or
|
|
|
23 |
PNG format, and discover whether it shows signs of a brain tumor.
|
24 |
+
This is Dataset of the Brain Tumor Classifier:
|
25 |
[Kaggle Dataset](https://www.kaggle.com/datasets/navoneel/brain-mri-images-for-brain-tumor-detection/)
|
26 |
""").value
|
27 |
# Function to preprocess the image
|