qqwjq1981 commited on
Commit
56c3562
·
verified ·
1 Parent(s): 1796b95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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