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