KingNish commited on
Commit
23a98ca
1 Parent(s): e9060e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks(
231
  max_new_tokens,
232
  repetition_penalty,
233
  top_p,
234
- gr.Checkbox(label="Web Search", value=True),
235
  ],
236
  )
237
 
 
231
  max_new_tokens,
232
  repetition_penalty,
233
  top_p,
234
+ gr.Checkbox(label="Web Search", value=False),
235
  ],
236
  )
237