pw-ai-research commited on
Commit
00beb4f
·
verified ·
1 Parent(s): 9cc2f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,9 +76,9 @@ demo = gr.Interface(
76
  fn=generate_answer_stream,
77
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
78
  outputs=gr.Textbox(label="Model's Response", lines=10),
79
- examples=examples,
80
  title="Aryabhatta 1.0 Demo",
81
- description=""
82
  )
83
 
84
  if __name__ == "__main__":
 
76
  fn=generate_answer_stream,
77
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
78
  outputs=gr.Textbox(label="Model's Response", lines=10),
79
+ # examples=examples,
80
  title="Aryabhatta 1.0 Demo",
81
+ description="",
82
  )
83
 
84
  if __name__ == "__main__":