akki2825 commited on
Commit
eb3374f
·
verified ·
1 Parent(s): 99ffbb1

remove description

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -37,11 +37,6 @@ file_transcribe = gr.Interface(
37
  ],
38
  outputs="text",
39
  title="Whisper Large V3: Transcribe Audio",
40
- description=(
41
- "Transcribe long-form audio files! Demo uses the"
42
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
43
- " of arbitrary length."
44
- ),
45
  allow_flagging="never",
46
  )
47
 
 
37
  ],
38
  outputs="text",
39
  title="Whisper Large V3: Transcribe Audio",
 
 
 
 
 
40
  allow_flagging="never",
41
  )
42