RitvikPW commited on
Commit
8a973f1
·
verified ·
1 Parent(s): 34cb523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ demo = gr.Interface(
80
  fn=generate_answer_stream,
81
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
82
  outputs=gr.Textbox(label="Model's Response", lines=10),
83
- # examples=examples,
84
  title="Aryabhata 1.0",
85
  description="",
86
  )
 
80
  fn=generate_answer_stream,
81
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
82
  outputs=gr.Textbox(label="Model's Response", lines=10),
83
+ examples=examples,
84
  title="Aryabhata 1.0",
85
  description="",
86
  )