Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.ChatInterface(
|
|
61 |
value=0.95,
|
62 |
step=0.05,
|
63 |
label="Top-p (nucleus sampling)",
|
64 |
-
show_copy_button = True
|
65 |
|
66 |
),
|
67 |
],
|
|
|
61 |
value=0.95,
|
62 |
step=0.05,
|
63 |
label="Top-p (nucleus sampling)",
|
64 |
+
show_copy_button = True,
|
65 |
|
66 |
),
|
67 |
],
|