Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
app = Flask(__name__)
|
8 |
|
9 |
model = AutoModelForImageClassification.from_pretrained(
|
10 |
-
'
|
11 |
image_processor = AutoImageProcessor.from_pretrained(
|
12 |
"google/vit-base-patch16-224-in21k")
|
13 |
|
|
|
7 |
app = Flask(__name__)
|
8 |
|
9 |
model = AutoModelForImageClassification.from_pretrained(
|
10 |
+
'./myModel')
|
11 |
image_processor = AutoImageProcessor.from_pretrained(
|
12 |
"google/vit-base-patch16-224-in21k")
|
13 |
|