Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,11 +79,9 @@ mf_transcribe = gr.Interface(
|
|
79 |
outputs=["text",output_2],
|
80 |
layout="horizontal",
|
81 |
theme="huggingface",
|
82 |
-
title="
|
83 |
description=(
|
84 |
-
"Transcribe
|
85 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
86 |
-
" of arbitrary length."
|
87 |
),
|
88 |
allow_flagging="never",
|
89 |
)
|
@@ -97,11 +95,9 @@ yt_transcribe = gr.Interface(
|
|
97 |
outputs=["html", "text"],
|
98 |
layout="horizontal",
|
99 |
theme="huggingface",
|
100 |
-
title="
|
101 |
description=(
|
102 |
-
"Transcribe
|
103 |
-
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
104 |
-
" arbitrary length."
|
105 |
),
|
106 |
allow_flagging="never",
|
107 |
)
|
|
|
79 |
outputs=["text",output_2],
|
80 |
layout="horizontal",
|
81 |
theme="huggingface",
|
82 |
+
title="Speech to Text",
|
83 |
description=(
|
84 |
+
"Transcribe audio speeches to text!"
|
|
|
|
|
85 |
),
|
86 |
allow_flagging="never",
|
87 |
)
|
|
|
95 |
outputs=["html", "text"],
|
96 |
layout="horizontal",
|
97 |
theme="huggingface",
|
98 |
+
title="Speech to Text ",
|
99 |
description=(
|
100 |
+
"Transcribe YouTube Videos to Text."
|
|
|
|
|
101 |
),
|
102 |
allow_flagging="never",
|
103 |
)
|