Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
fn=answer_question,
|
26 |
inputs="text",
|
27 |
outputs="text",
|
28 |
-
title="
|
29 |
description="Enter your question to get the answer.",
|
30 |
examples=[
|
31 |
["For a Male customer with an annual income of $850000, who bought a Pale White Mitsubishi Diamante (Overhead Camshaft engine) from Classic Chevy in Riga on 2022-Jan-2, priced at $12000, what was the claim amount?"],
|
|
|
25 |
fn=answer_question,
|
26 |
inputs="text",
|
27 |
outputs="text",
|
28 |
+
title="Insurance Claim Prediction Using T5 Model",
|
29 |
description="Enter your question to get the answer.",
|
30 |
examples=[
|
31 |
["For a Male customer with an annual income of $850000, who bought a Pale White Mitsubishi Diamante (Overhead Camshaft engine) from Classic Chevy in Riga on 2022-Jan-2, priced at $12000, what was the claim amount?"],
|