AMfeta99 commited on
Commit
541f337
1 Parent(s): 520dfc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def classify_image(image):
36
  # Define the Gradio interface
37
  image = gr.Image()
38
  label = gr.Label(num_top_classes=1)
39
- title = "Brain Tumor X-ray Classification"
40
  description = "Worried about whether your brain scan is normal or not? Upload your x-ray 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
 
 
36
  # Define the Gradio interface
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 x-ray 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