Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,9 @@ demo = gr.ChatInterface(
|
|
| 58 |
label="Top-p (nucleus sampling)",
|
| 59 |
),
|
| 60 |
],
|
| 61 |
-
|
|
|
|
|
|
|
| 62 |
outputs="text",
|
| 63 |
)
|
| 64 |
|
|
|
|
| 58 |
label="Top-p (nucleus sampling)",
|
| 59 |
),
|
| 60 |
],
|
| 61 |
+
add_inputs=[
|
| 62 |
+
gr.State(value=[]),
|
| 63 |
+
],
|
| 64 |
outputs="text",
|
| 65 |
)
|
| 66 |
|