Jyotiyadav commited on
Commit
e7e1b0d
·
verified ·
1 Parent(s): 6cf296d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  fn=answer_question,
26
  inputs="text",
27
  outputs="text",
28
- title="Question Answering with 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?"],
 
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?"],