TogetherAI commited on
Commit
a6ec80b
1 Parent(s): 1bfe127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,9 +85,9 @@ mf_transcribe = gr.Interface(
85
  outputs="text",
86
  layout="horizontal",
87
  theme="ParityError/Interstellar",
88
- title="Whisper Large V3: Transcribe Audio",
89
  description=(
90
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
91
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
92
  " of arbitrary length."
93
  ),
 
85
  outputs="text",
86
  layout="horizontal",
87
  theme="ParityError/Interstellar",
88
+ title="",
89
  description=(
90
+ ""
91
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
92
  " of arbitrary length."
93
  ),