chinhon commited on
Commit
c0f52ab
β€’
1 Parent(s): 8832bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def whisper_transcript(model_size, url, audio_file):
28
  gradio_ui = gr.Interface(
29
  fn=whisper_transcript,
30
  title="Transcribe multi-lingual audio clips with Whisper",
31
- description="**How to use**: Select a model, paste in a Youtube link or upload an audio clip, then click submit. Select models ending in '.en' if your clip is in English. For clips in other languages, select models without '.en'",
32
  article="**Note**: The larger the model size selected or the longer the audio clip, the more time it would take to process the transcript.",
33
  inputs=[
34
  gr.Dropdown(
 
28
  gradio_ui = gr.Interface(
29
  fn=whisper_transcript,
30
  title="Transcribe multi-lingual audio clips with Whisper",
31
+ description="**How to use**: Select a model, paste in a Youtube link or upload an audio clip, then click submit. If your clip is **100% in English, select models ending in β€˜.en’**. If the clip is in other languages, or a mix of languages, select models without β€˜.en’",
32
  article="**Note**: The larger the model size selected or the longer the audio clip, the more time it would take to process the transcript.",
33
  inputs=[
34
  gr.Dropdown(