cryptocalypse commited on
Commit
a3fd1fc
1 Parent(s): d065dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -175,18 +175,6 @@ with gr.Blocks(title="NWO BOT") as app:
175
 
176
  gr.ChatInterface(
177
  respond,
178
- additional_inputs=[
179
- gr.Textbox(value="Your name is NWOBOT ", label="System message"),
180
- gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
181
- gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
182
- gr.Slider(
183
- minimum=0.1,
184
- maximum=1.0,
185
- value=0.95,
186
- step=0.05,
187
- label="Top-p (nucleus sampling)",
188
- ),
189
- ],
190
  )
191
 
192
 
 
175
 
176
  gr.ChatInterface(
177
  respond,
 
 
 
 
 
 
 
 
 
 
 
 
178
  )
179
 
180