Spaces:
Running
Running
Update app.py
Browse files
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",
|