pluniak commited on
Commit
f89f057
·
verified ·
1 Parent(s): 078fcf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,9 +60,9 @@ def run_ocrd_pipeline(img_path, status=gr.Progress(), binarize_mode='detailed',
60
 
61
 
62
  demo_data = [
63
- ['../demo_data/act_image.jpg', None],
64
- ['../demo_data/newjersey2_image.jpg', None],
65
- ['../demo_data/washington_image.jpg', None]
66
  ]
67
 
68
 
 
60
 
61
 
62
  demo_data = [
63
+ ['./demo_data/act_image.jpg', None],
64
+ ['./demo_data/newjersey2_image.jpg', None],
65
+ ['./demo_data/washington_image.jpg', None]
66
  ]
67
 
68