bomolopuu commited on
Commit
48a2ec2
·
1 Parent(s): a341883

gr.audiofix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ language_options = [f"{k} ({v})" for k, v in ASR_LANGUAGES.items()]
57
  mms_transcribe = gr.Interface(
58
  fn=transcribe_multiple_files,
59
  inputs=[
60
- gr.File(type="audio"), # Allow multiple audio files
61
  gr.Dropdown(
62
  choices=language_options,
63
  label="Language",
 
57
  mms_transcribe = gr.Interface(
58
  fn=transcribe_multiple_files,
59
  inputs=[
60
+ gr.File(type="filepath"), # Allow multiple audio files
61
  gr.Dropdown(
62
  choices=language_options,
63
  label="Language",