jhj0517 commited on
Commit
ed53f6a
1 Parent(s): 3718383
Files changed (1) hide show
  1. app.py +2 -2
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, scale=1)
50
  with gr.Row():
51
- cb_timestamp = gr.Checkbox(value=True, label="Add a timestamp to the end of the filename", interactive=True, scale=1)
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():