ixxan commited on
Commit
e7164c6
·
verified ·
1 Parent(s): 0c711f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ mms_transcribe = gr.Interface(
9
  gr.Audio()
10
  ],
11
  outputs="text",
12
- examples=ASR_EXAMPLES,
13
  title="Speech-to-text",
14
  description=(
15
  "Transcribe audio from a microphone or input file."
@@ -27,7 +27,7 @@ mms_transcribe = gr.Interface(
27
  # gr.Audio(label="Generated Audio", type="numpy"),
28
  # gr.Text(label="Filtered text after removing OOVs"),
29
  # ],
30
- # examples=TTS_EXAMPLES,
31
  # title="Text-to-speech",
32
  # description=("Generate audio from input text."),
33
  # allow_flagging="never",
 
9
  gr.Audio()
10
  ],
11
  outputs="text",
12
+ #examples=ASR_EXAMPLES,
13
  title="Speech-to-text",
14
  description=(
15
  "Transcribe audio from a microphone or input file."
 
27
  # gr.Audio(label="Generated Audio", type="numpy"),
28
  # gr.Text(label="Filtered text after removing OOVs"),
29
  # ],
30
+ # #examples=TTS_EXAMPLES,
31
  # title="Text-to-speech",
32
  # description=("Generate audio from input text."),
33
  # allow_flagging="never",