Spaces:
Sleeping
Sleeping
Jyotiyadav
commited on
Commit
•
5268152
1
Parent(s):
3d4db42
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ iface = gr.Interface(
|
|
25 |
fn=answer_question,
|
26 |
inputs="text",
|
27 |
outputs="text",
|
28 |
-
title="
|
29 |
-
description="
|
30 |
examples=[
|
31 |
["For store number 1 in the city of Quito, with products from various categories such as AUTOMOTIVE, during a 0 on 2017-8-16, with no, cluster 13, and WTI crude oil price at $46.8, what were the total sales on that day?"],
|
32 |
["For store number 1 in the city of Quito, with products from various categories such as BABY CARE, during a 0 on 2017-8-16, with no, cluster 13, and WTI crude oil price at $46.8, what were the total sales on that day?"],
|
|
|
25 |
fn=answer_question,
|
26 |
inputs="text",
|
27 |
outputs="text",
|
28 |
+
title="LLM Flan-T5 - Store Sales Prediction(Time Series Forecasting)",
|
29 |
+
description="We have utilised FLANT-5 Model for Time Series Forecasting",
|
30 |
examples=[
|
31 |
["For store number 1 in the city of Quito, with products from various categories such as AUTOMOTIVE, during a 0 on 2017-8-16, with no, cluster 13, and WTI crude oil price at $46.8, what were the total sales on that day?"],
|
32 |
["For store number 1 in the city of Quito, with products from various categories such as BABY CARE, during a 0 on 2017-8-16, with no, cluster 13, and WTI crude oil price at $46.8, what were the total sales on that day?"],
|