Spaces:
Runtime error
Runtime error
Commit
·
5999146
1
Parent(s):
00862bb
large v3
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ mf_transcribe = gr.Interface(
|
|
137 |
outputs="text",
|
138 |
layout="horizontal",
|
139 |
theme="huggingface",
|
140 |
-
title="Whisper
|
141 |
description=(
|
142 |
"\n\n"
|
143 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -156,7 +156,7 @@ file_transcribe = gr.Interface(
|
|
156 |
outputs="text",
|
157 |
layout="horizontal",
|
158 |
theme="huggingface",
|
159 |
-
title="Whisper
|
160 |
description=(
|
161 |
"\n\n"
|
162 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -175,7 +175,7 @@ yt_transcribe = gr.Interface(
|
|
175 |
outputs=["html", "text"],
|
176 |
layout="horizontal",
|
177 |
theme="huggingface",
|
178 |
-
title="Whisper
|
179 |
description=(
|
180 |
"\n\n"
|
181 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
137 |
outputs="text",
|
138 |
layout="horizontal",
|
139 |
theme="huggingface",
|
140 |
+
title="Whisper Large v3 Uzbek: Transcribe Audio",
|
141 |
description=(
|
142 |
"\n\n"
|
143 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
156 |
outputs="text",
|
157 |
layout="horizontal",
|
158 |
theme="huggingface",
|
159 |
+
title="Whisper Large v3 Uzbek: Transcribe Audio File",
|
160 |
description=(
|
161 |
"\n\n"
|
162 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
175 |
outputs=["html", "text"],
|
176 |
layout="horizontal",
|
177 |
theme="huggingface",
|
178 |
+
title="Whisper Large v3 Uzbek: Transcribe YouTube",
|
179 |
description=(
|
180 |
"\n\n"
|
181 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|