Saee commited on
Commit
2199156
1 Parent(s): 9c6f74f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -215,11 +215,11 @@ with gr.Blocks(css="style.css") as demo:
215
  outputs=outputs,
216
  )
217
 
218
- examples = [["images/sample_vendor_contract.png", "Who is the agreement between?"],
219
  ["images/apple-10k-form.png", "What were the EMEA revenues in 2017?"],
220
  ["images/infographic.png", "What is workforce in UPS?"],
221
  ["images/omr1.png", "What was the food quality of hospitality tent?"],
222
- ["images/omr2.png", "How is efficiency rating?"],
223
  ["images/omr3.png", "What is the selected reason code?"],
224
  ["images/omr4.png", "What is the product classification?"],
225
  ["images/cupon code 2.png", "The coupon code is adressed to whom?"],
 
215
  outputs=outputs,
216
  )
217
 
218
+ examples = [["images/sample_vendor_contract.png", "Agreement is between whom?"],
219
  ["images/apple-10k-form.png", "What were the EMEA revenues in 2017?"],
220
  ["images/infographic.png", "What is workforce in UPS?"],
221
  ["images/omr1.png", "What was the food quality of hospitality tent?"],
222
+ ["images/omr2.png", "What is efficiency rating?"],
223
  ["images/omr3.png", "What is the selected reason code?"],
224
  ["images/omr4.png", "What is the product classification?"],
225
  ["images/cupon code 2.png", "The coupon code is adressed to whom?"],