NeuralInternet
commited on
Commit
•
39ee78a
1
Parent(s):
3c062fa
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ mf_transcribe = gr.Interface(
|
|
75 |
outputs="text",
|
76 |
layout="horizontal",
|
77 |
theme="huggingface",
|
78 |
-
title="
|
79 |
description=(
|
80 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
81 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
@@ -93,7 +93,7 @@ yt_transcribe = gr.Interface(
|
|
93 |
outputs=["html", "text"],
|
94 |
layout="horizontal",
|
95 |
theme="huggingface",
|
96 |
-
title="
|
97 |
description=(
|
98 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
99 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
|
|
75 |
outputs="text",
|
76 |
layout="horizontal",
|
77 |
theme="huggingface",
|
78 |
+
title="Audio-to-Text Playground: Transcribe Audio",
|
79 |
description=(
|
80 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
81 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
93 |
outputs=["html", "text"],
|
94 |
layout="horizontal",
|
95 |
theme="huggingface",
|
96 |
+
title="Audio-to-Text Playground: Transcribe YouTube",
|
97 |
description=(
|
98 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
99 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|