devadethanr commited on
Commit
767a524
·
verified ·
1 Parent(s): d8df7f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  from PIL import Image
6
 
7
  # Load the model from the Hub
8
- model_name = "devadethanr/alz_model"
9
  model = AutoModelForImageClassification.from_pretrained(model_name)
10
  processor = AutoImageProcessor.from_pretrained(model_name)
11
 
 
5
  from PIL import Image
6
 
7
  # Load the model from the Hub
8
+ model_name = "devadethanr/alz_model"
9
  model = AutoModelForImageClassification.from_pretrained(model_name)
10
  processor = AutoImageProcessor.from_pretrained(model_name)
11