dimasdeffieux commited on
Commit
f1c2d16
·
verified ·
1 Parent(s): cd9cea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ model = model.eval().cuda()
6
 
7
 
8
  # input your test image
9
- image_file = 'xxx.jpg'
10
 
11
  # plain texts OCR
12
  res = model.chat(tokenizer, image_file, ocr_type='ocr')
 
6
 
7
 
8
  # input your test image
9
+ image_file = 'input_data/ocr_input/shopping-1200-1667548245.jpg'
10
 
11
  # plain texts OCR
12
  res = model.chat(tokenizer, image_file, ocr_type='ocr')