Spaces:
Runtime error
Runtime error
Commit
·
80f000d
1
Parent(s):
2428a6d
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ yt_transcribe = gr.Interface(
|
|
87 |
description=(
|
88 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
89 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
90 |
-
" arbitrary length (all information about this Web APP in this blog post: [Speech-to-Text & IA | Transcreva qualquer áudio para o português com o Whisper (OpenAI)... sem nenhum custo!](https://medium.com/@pierre_guillou/speech-to-text-ia-transcreva-qualquer-%C3%A1udio-para-o-portugu%C3%AAs-com-o-whisper-openai-sem-ad0c17384681)."
|
91 |
),
|
92 |
allow_flagging="never",
|
93 |
)
|
|
|
87 |
description=(
|
88 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
89 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
|
90 |
+
" arbitrary length (all information about this Web APP in this blog post: [Speech-to-Text & IA | Transcreva qualquer áudio para o português com o Whisper (OpenAI)... sem nenhum custo!](https://medium.com/@pierre_guillou/speech-to-text-ia-transcreva-qualquer-%C3%A1udio-para-o-portugu%C3%AAs-com-o-whisper-openai-sem-ad0c17384681))."
|
91 |
),
|
92 |
allow_flagging="never",
|
93 |
)
|