Spaces:
Runtime error
Runtime error
Commit
·
f70a8a3
1
Parent(s):
bdbcf5e
app file updated
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ mf_transcribe = gr.Interface(
|
|
132 |
outputs="text",
|
133 |
layout="horizontal",
|
134 |
theme="huggingface",
|
135 |
-
title="Whisper Large V3: Transcribe Audio",
|
136 |
description=(
|
137 |
"\n\n"
|
138 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -151,7 +151,7 @@ file_transcribe = gr.Interface(
|
|
151 |
outputs="text",
|
152 |
layout="horizontal",
|
153 |
theme="huggingface",
|
154 |
-
title="Whisper Large V3: Transcribe Audio File",
|
155 |
description=(
|
156 |
"\n\n"
|
157 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -170,7 +170,7 @@ yt_transcribe = gr.Interface(
|
|
170 |
outputs=["html", "text"],
|
171 |
layout="horizontal",
|
172 |
theme="huggingface",
|
173 |
-
title="Whisper Large V3: Transcribe YouTube",
|
174 |
description=(
|
175 |
"\n\n"
|
176 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
132 |
outputs="text",
|
133 |
layout="horizontal",
|
134 |
theme="huggingface",
|
135 |
+
title="Whisper Large V3 Uxbek: Transcribe Audio",
|
136 |
description=(
|
137 |
"\n\n"
|
138 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
151 |
outputs="text",
|
152 |
layout="horizontal",
|
153 |
theme="huggingface",
|
154 |
+
title="Whisper Large V3 Uxbek: Transcribe Audio File",
|
155 |
description=(
|
156 |
"\n\n"
|
157 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
170 |
outputs=["html", "text"],
|
171 |
layout="horizontal",
|
172 |
theme="huggingface",
|
173 |
+
title="Whisper Large V3 Uxbek: Transcribe YouTube",
|
174 |
description=(
|
175 |
"\n\n"
|
176 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|