Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ mf_transcribe = gr.Interface(
|
|
123 |
outputs="text",
|
124 |
layout="horizontal",
|
125 |
theme="huggingface",
|
126 |
-
title="Whisper Large
|
127 |
description=(
|
128 |
"\n\n"
|
129 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -142,7 +142,7 @@ file_transcribe = gr.Interface(
|
|
142 |
outputs="text",
|
143 |
layout="horizontal",
|
144 |
theme="huggingface",
|
145 |
-
title="Whisper Large
|
146 |
description=(
|
147 |
"\n\n"
|
148 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
@@ -161,7 +161,7 @@ yt_transcribe = gr.Interface(
|
|
161 |
outputs=["html", "text"],
|
162 |
layout="horizontal",
|
163 |
theme="huggingface",
|
164 |
-
title="Whisper Large
|
165 |
description=(
|
166 |
"\n\n"
|
167 |
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n9813f2064a6a'>Chiomirai School</a>⭐️</center>"
|
|
|
123 |
outputs="text",
|
124 |
layout="horizontal",
|
125 |
theme="huggingface",
|
126 |
+
title="Whisper Large V2: 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>"
|
|
|
142 |
outputs="text",
|
143 |
layout="horizontal",
|
144 |
theme="huggingface",
|
145 |
+
title="Whisper Large V2: 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>"
|
|
|
161 |
outputs=["html", "text"],
|
162 |
layout="horizontal",
|
163 |
theme="huggingface",
|
164 |
+
title="Whisper Large V2: 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>"
|