asahi417 commited on
Commit
b5926c6
1 Parent(s): 53c7c31

Update app.py

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