NeuralFalcon commited on
Commit
bc02504
·
verified ·
1 Parent(s): c013947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ def main(debug, share):
311
  gradio_inputs = [
312
  gr.File(label="Upload Audio or Video File"),
313
  gr.Dropdown(label="Language", choices=source_lang_list, value="Automatic"),
314
- gr.Number(label="Max Word Per Subtitle Segment", value=8)
315
  ]
316
 
317
  gradio_outputs = [
 
311
  gradio_inputs = [
312
  gr.File(label="Upload Audio or Video File"),
313
  gr.Dropdown(label="Language", choices=source_lang_list, value="Automatic"),
314
+ gr.Number(label="Max Word Per Subtitle Segment [Useful for Vertical Videos]", value=8)
315
  ]
316
 
317
  gradio_outputs = [