Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ class App:
|
|
99 |
|
100 |
with gr.Row():
|
101 |
cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate to English",interactive=True)
|
102 |
-
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True, visible=
|
103 |
dd_file_format = gr.Dropdown(choices=["TXT","SRT"], value="TXT", label="Output format", visible=False, info="Output preview format")
|
104 |
|
105 |
with gr.Accordion("Diarization options", open=False, visible=False):
|
|
|
99 |
|
100 |
with gr.Row():
|
101 |
cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate to English",interactive=True)
|
102 |
+
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True, visible=True)
|
103 |
dd_file_format = gr.Dropdown(choices=["TXT","SRT"], value="TXT", label="Output format", visible=False, info="Output preview format")
|
104 |
|
105 |
with gr.Accordion("Diarization options", open=False, visible=False):
|