Spaces:
Running
Running
Update app.py
Browse files
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__":
|