Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,10 @@ iface = gr.Interface(
|
|
28 |
title="Question Answering with T5 Model",
|
29 |
description="Enter your question to get the answer.",
|
30 |
examples=[
|
31 |
-
["On 2013-02-11, at store number 1 in Quito, Pichincha, under store type D and cluster 13, with 396 transactions recorded, and crude oil price at 97.01, what was the sales quantity of BABY CARE products (ID: 73063), considering whether they were on promotion (On Promotion: 0) in Ecuador during Carnaval (Transferred: False)?"]
|
|
|
|
|
|
|
32 |
]
|
33 |
)
|
34 |
|
|
|
28 |
title="Question Answering with T5 Model",
|
29 |
description="Enter your question to get the answer.",
|
30 |
examples=[
|
31 |
+
["On 2013-02-11, at store number 1 in Quito, Pichincha, under store type D and cluster 13, with 396 transactions recorded, and crude oil price at 97.01, what was the sales quantity of BABY CARE products (ID: 73063), considering whether they were on promotion (On Promotion: 0) in Ecuador during Carnaval (Transferred: False)?"],
|
32 |
+
["On 2013-02-11, at store number 10 in Quito, Pichincha, under store type C and cluster 15, with 823 transactions recorded, and crude oil price at 97.01, what was the sales quantity of MEATS products (ID: 73119), considering whether they were on promotion (On Promotion: 0) in Ecuador during Carnaval (Transferred: False)?"],
|
33 |
+
["On 2013-02-11, at store number 10 in Quito, Pichincha, under store type C and cluster 15, with 823 transactions recorded, and crude oil price at 97.01, what was the sales quantity of FROZEN FOODS products (ID: 73106), considering whether they were on promotion (On Promotion: 0) in Ecuador during Carnaval (Transferred: False)?"],
|
34 |
+
["On 2013-02-11, at store number 10 in Quito, Pichincha, under store type C and cluster 15, with 823 transactions recorded, and crude oil price at 97.01, what was the sales quantity of CLEANING products (ID: 73102), considering whether they were on promotion (On Promotion: 0) in Ecuador during Carnaval (Transferred: False)?"]
|
35 |
]
|
36 |
)
|
37 |
|