Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,9 +125,6 @@ mf_transcribe = gr.Interface(
|
|
125 |
theme="huggingface",
|
126 |
title="Whisper Large V3: Transcribe Audio",
|
127 |
description=(
|
128 |
-
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
129 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
130 |
-
" of arbitrary length."
|
131 |
"\n\n"
|
132 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
133 |
),
|
@@ -147,9 +144,6 @@ file_transcribe = gr.Interface(
|
|
147 |
theme="huggingface",
|
148 |
title="Whisper Large V3: Transcribe Audio File",
|
149 |
description=(
|
150 |
-
"Transcribe long-form microphone or audio inputs with the click of a button! The app uses the"
|
151 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
152 |
-
" of arbitrary length."
|
153 |
"\n\n"
|
154 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
155 |
),
|
@@ -169,9 +163,6 @@ yt_transcribe = gr.Interface(
|
|
169 |
theme="huggingface",
|
170 |
title="Whisper Large V3: Transcribe YouTube",
|
171 |
description=(
|
172 |
-
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
173 |
-
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
174 |
-
" arbitrary length."
|
175 |
"\n\n"
|
176 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
177 |
),
|
|
|
125 |
theme="huggingface",
|
126 |
title="Whisper Large V3: Transcribe Audio",
|
127 |
description=(
|
|
|
|
|
|
|
128 |
"\n\n"
|
129 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
130 |
),
|
|
|
144 |
theme="huggingface",
|
145 |
title="Whisper Large V3: Transcribe Audio File",
|
146 |
description=(
|
|
|
|
|
|
|
147 |
"\n\n"
|
148 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
149 |
),
|
|
|
163 |
theme="huggingface",
|
164 |
title="Whisper Large V3: Transcribe YouTube",
|
165 |
description=(
|
|
|
|
|
|
|
166 |
"\n\n"
|
167 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
168 |
),
|