pere commited on
Commit
3a43bfd
·
verified ·
1 Parent(s): 1c4706b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ mf_transcribe = gr.Interface(
93
  gr.components.Checkbox(label="Return timestamps"),
94
  ],
95
  outputs="text",
96
- title="Whisper Demo: Transcribe Audio",
97
  description=(
98
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
99
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
 
93
  gr.components.Checkbox(label="Return timestamps"),
94
  ],
95
  outputs="text",
96
+ title="NB-Whisper",
97
  description=(
98
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
99
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"