Spaces:
Runtime error
Runtime error
pierreguillou
commited on
Commit
•
28e0fc5
1
Parent(s):
622c0d8
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ mf_transcribe = gr.Interface(
|
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
75 |
-
" of 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)."
|
76 |
),
|
77 |
allow_flagging="never",
|
78 |
)
|
@@ -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 |
)
|
|
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
75 |
+
" of 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))."
|
76 |
),
|
77 |
allow_flagging="never",
|
78 |
)
|
|
|
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 |
)
|