Spaces:
Sleeping
Sleeping
Commit ·
9c6d092
1
Parent(s): c8b6571
quickfix
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ demo = gr.ChatInterface(
|
|
| 70 |
step=0.05,
|
| 71 |
label="Top-p (nucleus sampling)",
|
| 72 |
),
|
| 73 |
-
gr.Checkbox(label="Use Cohere API"),
|
| 74 |
],
|
| 75 |
)
|
| 76 |
|
|
|
|
| 70 |
step=0.05,
|
| 71 |
label="Top-p (nucleus sampling)",
|
| 72 |
),
|
| 73 |
+
gr.Checkbox(label="Use Cohere API."),
|
| 74 |
],
|
| 75 |
)
|
| 76 |
|