Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +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 |
dd_preview_format = gr.Dropdown(choices=["text", "text with timestamps", "csv"], value="text",label="Output preview format", interactive=True)
|
|
|
114 |
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output data",interactive=True)
|
115 |
|
116 |
with gr.Accordion("Speaker diarization", open=False, visible=True):
|
|
|
111 |
with gr.Row():
|
112 |
dd_file_format = gr.Dropdown(choices=["TXT","SRT"], value="TXT", label="Output format", interactive=True,visible=False)
|
113 |
dd_preview_format = gr.Dropdown(choices=["text", "text with timestamps", "csv"], value="text",label="Output preview format", interactive=True)
|
114 |
+
with gr.Row():
|
115 |
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output data",interactive=True)
|
116 |
|
117 |
with gr.Accordion("Speaker diarization", open=False, visible=True):
|