AMfeta99 commited on
Commit
520dfc5
1 Parent(s): 50eefdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def classify_image(image):
10
 
11
  # Create the image classification pipeline
12
  img_class = pipeline(
13
- "image-classification", model="AMfeta99/vit-base-oxford-brain-tumor"
14
  )
15
 
16
  # Perform image classification
 
10
 
11
  # Create the image classification pipeline
12
  img_class = pipeline(
13
+ "image-classification", model="AMfeta99/vit-base-oxford-brain-tumor_x-ray"
14
  )
15
 
16
  # Perform image classification