guychuk commited on
Commit
a6de9cf
·
verified ·
1 Parent(s): 9377eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ processor = AutoImageProcessor.from_pretrained("WinKawaks/vit-small-patch16-224"
8
  tokenizer = AutoTokenizer.from_pretrained("WinKawaks/vit-small-patch16-224")
9
  model = ORTModelForVision2Seq.from_pretrained(
10
  "WinKawaks/vit-small-patch16-224",
11
- export=True
 
12
  )
13
 
14
  def run(image):
 
8
  tokenizer = AutoTokenizer.from_pretrained("WinKawaks/vit-small-patch16-224")
9
  model = ORTModelForVision2Seq.from_pretrained(
10
  "WinKawaks/vit-small-patch16-224",
11
+ export=True,
12
+ from_transformers=False
13
  )
14
 
15
  def run(image):