Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ image = gr.inputs.Image(type="pil", label="Chart")
|
|
29 |
question = gr.inputs.Textbox(label="Question")
|
30 |
answer = gr.outputs.Textbox(label="Model Output")
|
31 |
examples = [["chart_example.png", "Which country has the second highest death rate?"],
|
32 |
-
["chart_example_2.png", "What is the highest number of B2B sales ever
|
33 |
["chart_example_3.png", "Which country has the lowest CPA received across all times?"],
|
34 |
["chart_example_4.png", "How much revenue did Furious 7 make?"]]
|
35 |
|
|
|
29 |
question = gr.inputs.Textbox(label="Question")
|
30 |
answer = gr.outputs.Textbox(label="Model Output")
|
31 |
examples = [["chart_example.png", "Which country has the second highest death rate?"],
|
32 |
+
["chart_example_2.png", "What is the highest number of B2C (not B2B) sales ever achieved?"],
|
33 |
["chart_example_3.png", "Which country has the lowest CPA received across all times?"],
|
34 |
["chart_example_4.png", "How much revenue did Furious 7 make?"]]
|
35 |
|