Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
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="
|
81 |
description="",
|
82 |
)
|
83 |
|
|
|
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="Aryabhata 1.0",
|
81 |
description="",
|
82 |
)
|
83 |
|