Spaces:
Sleeping
Sleeping
enhancing_cloning_and_lip_syncing
#1
by
Rafii
- opened
app.py
CHANGED
|
@@ -793,7 +793,7 @@ def build_interface():
|
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column(scale=4):
|
| 795 |
file_input = gr.File(label="Upload Video/Audio File")
|
| 796 |
-
language_input = gr.Dropdown(["en", "es", "fr", "zh"
|
| 797 |
process_mode = gr.Radio(choices=[("Transcription Only", 1),("Transcription with Premium Voice",2),("Transcription with Voice Clone", 3)],label="Choose Processing Type",value=1)
|
| 798 |
submit_button = gr.Button("Post and Process")
|
| 799 |
|
|
|
|
| 793 |
with gr.Row():
|
| 794 |
with gr.Column(scale=4):
|
| 795 |
file_input = gr.File(label="Upload Video/Audio File")
|
| 796 |
+
language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
|
| 797 |
process_mode = gr.Radio(choices=[("Transcription Only", 1),("Transcription with Premium Voice",2),("Transcription with Voice Clone", 3)],label="Choose Processing Type",value=1)
|
| 798 |
submit_button = gr.Button("Post and Process")
|
| 799 |
|