Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
12682f9
1
Parent(s):
caf4011
generate timestamps default unselected
Browse filesSigned-off-by: Elena Rastorgueva <[email protected]>
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=
|
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 |
|