Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def classify_image(image):
|
|
37 |
image = gr.Image()
|
38 |
label = gr.Label(num_top_classes=1)
|
39 |
title = "Brain Tumor Classification"
|
40 |
-
description = "Worried about whether your brain scan is normal or not? Upload your brain scan and the algorithm will give you an expert opinion. Check out [the original algorithm](https://huggingface.co/AMfeta99/vit-base-oxford-brain-tumor) that this demo is based
|
41 |
article = "<p style='text-align: center'>Image Classification | Demo Model</p>"
|
42 |
|
43 |
|
|
|
37 |
image = gr.Image()
|
38 |
label = gr.Label(num_top_classes=1)
|
39 |
title = "Brain Tumor Classification"
|
40 |
+
description = "Worried about whether your brain scan is normal or not? Upload your brain scan and the algorithm will give you an expert opinion. Check out [the original algorithm](https://huggingface.co/AMfeta99/vit-base-oxford-brain-tumor) that this demo is based of."
|
41 |
article = "<p style='text-align: center'>Image Classification | Demo Model</p>"
|
42 |
|
43 |
|