Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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", "
|
| 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", "
|
| 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?"],
|