Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ chat_interface = gr.Interface(
|
|
92 |
step=0.05,
|
93 |
value=1.1,
|
94 |
),
|
95 |
-
gr.Button(
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Chat Output", lines=10),
|
98 |
title="🦣MAmmoTH2",
|
|
|
92 |
step=0.05,
|
93 |
value=1.1,
|
94 |
),
|
95 |
+
gr.Button("Generate Response")
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Chat Output", lines=10),
|
98 |
title="🦣MAmmoTH2",
|