Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ class App:
|
|
| 111 |
with gr.Row():
|
| 112 |
dd_file_format = gr.Dropdown(choices=["TXT","SRT"], value="TXT", label="Output format", interactive=True,visible=False)
|
| 113 |
cb_timestamp_preview = gr.Checkbox(value=whisper_params["add_timestamp_preview"],label="Show preview with timestamps", interactive=True)
|
| 114 |
-
cb_timestamp_file = gr.Checkbox(value=whisper_params["add_timestamp_file"], label="Add timestamp to
|
| 115 |
|
| 116 |
with gr.Accordion("Speaker diarization", open=False, visible=True):
|
| 117 |
cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"],label="Use diarization",interactive=True)
|
|
|
|
| 111 |
with gr.Row():
|
| 112 |
dd_file_format = gr.Dropdown(choices=["TXT","SRT"], value="TXT", label="Output format", interactive=True,visible=False)
|
| 113 |
cb_timestamp_preview = gr.Checkbox(value=whisper_params["add_timestamp_preview"],label="Show preview with timestamps", interactive=True)
|
| 114 |
+
cb_timestamp_file = gr.Checkbox(value=whisper_params["add_timestamp_file"], label="Add timestamp to filename", interactive=True)
|
| 115 |
|
| 116 |
with gr.Accordion("Speaker diarization", open=False, visible=True):
|
| 117 |
cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"],label="Use diarization",interactive=True)
|