Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 875 |
-
with gr.Row():
|
| 876 |
-
|
| 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,
|