AlexMo commited on
Commit
9ceaecf
1 Parent(s): d118e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -59,11 +59,9 @@ mf_transcribe = gr.Interface(
59
  outputs="text",
60
  layout="horizontal",
61
  theme="huggingface",
62
- title="Whisper Demo: Transcribe Audio",
63
  description=(
64
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
65
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
66
- " of arbitrary length."
67
  ),
68
  allow_flagging="never",
69
  )
 
59
  outputs="text",
60
  layout="horizontal",
61
  theme="huggingface",
62
+ title="Dutch whisper summarizer",
63
  description=(
64
+ "Get a transcription and summary of some Dutch audio input!."
 
 
65
  ),
66
  allow_flagging="never",
67
  )