Spaces:
Runtime error
Runtime error
spellcheck and formatting
Browse files
app.py
CHANGED
|
@@ -188,7 +188,6 @@ def greet(name, shame, game):
|
|
| 188 |
INTRO_TEXT = """## VQA demo\n\n
|
| 189 |
VQA task models comparison
|
| 190 |
This space is to compare multiple models on visual document question answering. \n\n
|
| 191 |
-
**Note: As the app is running on CPU currently, you might get error if you run multiple models back to back. Please reload the app to get the output.
|
| 192 |
"""
|
| 193 |
|
| 194 |
with gr.Blocks(css="style.css") as demo:
|
|
@@ -223,9 +222,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 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
|
| 227 |
-
["images/cupon code 2.png", "What is
|
| 228 |
-
["images/cupon code 2.png", "What is
|
| 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?"],
|
|
|
|
| 188 |
INTRO_TEXT = """## VQA demo\n\n
|
| 189 |
VQA task models comparison
|
| 190 |
This space is to compare multiple models on visual document question answering. \n\n
|
|
|
|
| 191 |
"""
|
| 192 |
|
| 193 |
with gr.Blocks(css="style.css") as demo:
|
|
|
|
| 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?"],
|
| 226 |
+
["images/cupon code 2.png", "What is coupon expiration date?"],
|
| 227 |
+
["images/cupon code 2.png", "What is assigned code?"],
|
| 228 |
["images/completion form.png", "What is date posting completed?"],
|
| 229 |
["images/sender_receiver.png", "What is the fax phone number of the sender?"],
|
| 230 |
["images/marketing research.png", "What is the current available balance?"],
|