Spaces:
Paused
Paused
Commit
·
c39fcd9
1
Parent(s):
ad13d61
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
|
|
126 |
fn=process_video,
|
127 |
inputs=[
|
128 |
gr.Video(),
|
129 |
-
gr.Dropdown(choices=list(
|
130 |
],
|
131 |
outputs=[
|
132 |
gr.Video(),
|
|
|
126 |
fn=process_video,
|
127 |
inputs=[
|
128 |
gr.Video(),
|
129 |
+
gr.Dropdown(choices=list(google_lang_codes.keys()), label="Target Language for Dubbing", value="English"),
|
130 |
],
|
131 |
outputs=[
|
132 |
gr.Video(),
|