AMfeta99 commited on
Commit
abec5ff
1 Parent(s): 5feabaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 off of."
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