ruslanmv commited on
Commit
2ee149a
·
verified ·
1 Parent(s): fa909a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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