Update app.py
Browse files
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 |
|