NeuralFalcon commited on
Commit
6e0b8d6
·
verified ·
1 Parent(s): 7d04582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -870,10 +870,10 @@ def subtitle_ui():
870
  with gr.Row():
871
  with gr.Column():
872
  srt_file = gr.File(label='Upload .srt Subtitle File Only')
873
- with gr.Row():
874
- language_name = gr.Dropdown(lang_list, label="🌍 Select Language", value=lang_list[0])
875
- with gr.Row():
876
- voice = gr.Dropdown(
877
  voice_names,
878
  value='af_bella',
879
  allow_custom_value=False,
 
870
  with gr.Row():
871
  with gr.Column():
872
  srt_file = gr.File(label='Upload .srt Subtitle File Only')
873
+ # with gr.Row():
874
+ language_name = gr.Dropdown(lang_list, label="🌍 Select Language", value=lang_list[0])
875
+ # with gr.Row():
876
+ voice = gr.Dropdown(
877
  voice_names,
878
  value='af_bella',
879
  allow_custom_value=False,