qqwjq1981 commited on
Commit
486838c
·
verified ·
1 Parent(s): b5e7fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ def build_interface():
305
  with gr.Column(scale=4):
306
  file_input = gr.File(label="Upload Video/Audio File")
307
  language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
308
- process_mode = gr.Radio(choices=["Transcription", "Transcription with Voiceover"], label="Choose Processing Type", value="Transcription" # Default to "Transcription")
309
  submit_button = gr.Button("Post and Process")
310
  editable_translations = gr.State(value=[])
311
 
 
305
  with gr.Column(scale=4):
306
  file_input = gr.File(label="Upload Video/Audio File")
307
  language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
308
+ process_mode = gr.Radio(choices=["Transcription", "Transcription with Voiceover"], label="Choose Processing Type", value="Transcription")
309
  submit_button = gr.Button("Post and Process")
310
  editable_translations = gr.State(value=[])
311