erastorgueva-nv commited on
Commit
12682f9
·
1 Parent(s): caf4011

generate timestamps default unselected

Browse files

Signed-off-by: Elena Rastorgueva <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -372,7 +372,7 @@ with gr.Blocks(
372
  label="Punctuation & Capitalization in model output?",
373
  )
374
  gen_ts = gr.Checkbox(
375
- value=True,
376
  label="Generate timestamps?",
377
  )
378
 
 
372
  label="Punctuation & Capitalization in model output?",
373
  )
374
  gen_ts = gr.Checkbox(
375
+ value=False,
376
  label="Generate timestamps?",
377
  )
378