Spaces:
Running
Running
jhj0517
commited on
Commit
•
ed53f6a
1
Parent(s):
3718383
refactor
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ class App:
|
|
46 |
value="Automatic Detection", label="Language")
|
47 |
dd_subformat = gr.Dropdown(["SRT", "WebVTT"], value="SRT", label="Subtitle Format")
|
48 |
with gr.Row():
|
49 |
-
cb_translate = gr.Checkbox(value=False, label="Translate to English?", interactive=True
|
50 |
with gr.Row():
|
51 |
-
cb_timestamp = gr.Checkbox(value=True, label="Add a timestamp to the end of the filename", interactive=True
|
52 |
with gr.Row():
|
53 |
btn_run = gr.Button("GENERATE SUBTITLE FILE", variant="primary")
|
54 |
with gr.Row():
|
|
|
46 |
value="Automatic Detection", label="Language")
|
47 |
dd_subformat = gr.Dropdown(["SRT", "WebVTT"], value="SRT", label="Subtitle Format")
|
48 |
with gr.Row():
|
49 |
+
cb_translate = gr.Checkbox(value=False, label="Translate to English?", interactive=True)
|
50 |
with gr.Row():
|
51 |
+
cb_timestamp = gr.Checkbox(value=True, label="Add a timestamp to the end of the filename", interactive=True)
|
52 |
with gr.Row():
|
53 |
btn_run = gr.Button("GENERATE SUBTITLE FILE", variant="primary")
|
54 |
with gr.Row():
|