Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,6 @@ demo = gr.ChatInterface(
|
|
164 |
step=0.05,
|
165 |
label="Top-p (nucleus sampling)",
|
166 |
),
|
167 |
-
gr.Button("Clear Memory"), # Add the clear memory button
|
168 |
],
|
169 |
)
|
170 |
|
|
|
164 |
step=0.05,
|
165 |
label="Top-p (nucleus sampling)",
|
166 |
),
|
|
|
167 |
],
|
168 |
)
|
169 |
|