Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -911,7 +911,7 @@ def build_interface():
|
|
911 |
with gr.Row():
|
912 |
with gr.Column(scale=4):
|
913 |
file_input = gr.File(label="Upload Video/Audio File")
|
914 |
-
language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
|
915 |
process_mode = gr.Radio(choices=[("Transcription Only", 1),("Transcription with Premium Voice",2),("Transcription with Voice Clone", 3)],label="Choose Processing Type",value=1)
|
916 |
submit_button = gr.Button("Post and Process")
|
917 |
|
|
|
911 |
with gr.Row():
|
912 |
with gr.Column(scale=4):
|
913 |
file_input = gr.File(label="Upload Video/Audio File")
|
914 |
+
language_input = gr.Dropdown(["en", "es", "fr", "zh", "de", "it", "pt", "ja", "ko", "ru", "hi", "tr"], label="Select Language") # Language codes
|
915 |
process_mode = gr.Radio(choices=[("Transcription Only", 1),("Transcription with Premium Voice",2),("Transcription with Voice Clone", 3)],label="Choose Processing Type",value=1)
|
916 |
submit_button = gr.Button("Post and Process")
|
917 |
|