qqwjq1981 commited on
Commit
34da3b3
·
verified ·
1 Parent(s): e23bf89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], 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
 
 
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", "de", "it", "pt", "ja", "ko", "ru", "hi", "tr"], 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