Khaled27 commited on
Commit
ebd4551
·
1 Parent(s): 57c6af5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torch
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
 
 
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