Reasat commited on
Commit
b86af63
1 Parent(s): f6371bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ mf_transcribe = gr.Interface(
100
  outputs="text",
101
  layout="horizontal",
102
  theme="huggingface",
103
- title="Whisper Large V3: Transcribe Audio",
104
  description=(
105
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
106
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
 
100
  outputs="text",
101
  layout="horizontal",
102
  theme="huggingface",
103
+ title="Transcribe Audio",
104
  description=(
105
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
106
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"