bomolopuu commited on
Commit
d5d16e3
·
1 Parent(s): 7844742

no examples

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ mms_transcribe = gr.Interface(
18
  gr.Textbox(label="Optional: Provide your own transcription"),
19
  ],
20
  outputs="text",
21
- #examples=ASR_EXAMPLES,
22
  title="Speech-to-text",
23
  description=("Transcribe audio from a microphone or input file in your desired language."),
24
  article=ASR_NOTE,
 
18
  gr.Textbox(label="Optional: Provide your own transcription"),
19
  ],
20
  outputs="text",
 
21
  title="Speech-to-text",
22
  description=("Transcribe audio from a microphone or input file in your desired language."),
23
  article=ASR_NOTE,