gaunernst commited on
Commit
1134889
1 Parent(s): aa7e4bb

add ID example

Browse files
Files changed (2) hide show
  1. app.py +4 -1
  2. example_02.jpg +0 -0
app.py CHANGED
@@ -97,5 +97,8 @@ gr.Interface(
97
  gr.Number(label="End score"),
98
  gr.Image(label="OCR results"),
99
  ],
100
- examples=[["example_01.jpg", "When did the sample take place?", PADDLE_OCR_LABEL]],
 
 
 
101
  ).launch(server_name="0.0.0.0", server_port=7860)
 
97
  gr.Number(label="End score"),
98
  gr.Image(label="OCR results"),
99
  ],
100
+ examples=[
101
+ ["example_01.jpg", "When did the sample take place?", PADDLE_OCR_LABEL],
102
+ ["example_02.jpg", "What is the ID number?", PADDLE_OCR_LABEL],
103
+ ],
104
  ).launch(server_name="0.0.0.0", server_port=7860)
example_02.jpg ADDED