Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
)
|