Spaces:
Runtime error
Runtime error
saylee-m
commited on
Commit
·
f90ba5b
1
Parent(s):
87188de
added more examples
Browse files
app.py
CHANGED
|
@@ -216,9 +216,21 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 216 |
outputs=outputs,
|
| 217 |
)
|
| 218 |
|
| 219 |
-
examples = [["images/sample_vendor_contract.png", "Who is agreement between?"],
|
| 220 |
-
["images/apple-10k-form.png", "What
|
| 221 |
["images/infographic.png", "What is workforce in UPS?"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
]
|
| 223 |
gr.Examples(
|
| 224 |
examples=examples,
|
|
|
|
| 216 |
outputs=outputs,
|
| 217 |
)
|
| 218 |
|
| 219 |
+
examples = [["images/sample_vendor_contract.png", "Who is the agreement between?"],
|
| 220 |
+
["images/apple-10k-form.png", "What were the EMEA revenues in 2017?"],
|
| 221 |
["images/infographic.png", "What is workforce in UPS?"],
|
| 222 |
+
["images/omr1.png", "What was the food quality of hospitality tent?"],
|
| 223 |
+
["images/omr2.png", "How is efficiency rating?"],
|
| 224 |
+
["images/omr3.png", "What is the selected reason code?"],
|
| 225 |
+
["images/omr4.png", "What is the product classification?"],
|
| 226 |
+
["images/cupon code 2.png", "The cupon code is adressed to whom?"],
|
| 227 |
+
["images/cupon code 2.png", "What is cupon expiration date?"],
|
| 228 |
+
["images/cupon code 2.png", "What is assiigned code?"],
|
| 229 |
+
["images/completion form.png", "What is date posting completed?"],
|
| 230 |
+
["images/sender_receiver.png", "What is the fax phone number of the sender?"],
|
| 231 |
+
["images/marketing research.png", "What is the current available balance?"],
|
| 232 |
+
["images/toxicity.png", "What is the reported date?"],
|
| 233 |
+
["images/handwriting.png", "What is the contribution amount per pay period?"],
|
| 234 |
]
|
| 235 |
gr.Examples(
|
| 236 |
examples=examples,
|