Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,6 @@ mf_transcribe = gr.Interface(
|
|
117 |
gr.Audio(type="filepath"),
|
118 |
],
|
119 |
outputs="text",
|
120 |
-
layout="horizontal",
|
121 |
-
theme="huggingface",
|
122 |
title=" ",
|
123 |
description=(
|
124 |
"Transcribe real-time speech and audio files of any length at the click of a button."
|
@@ -130,8 +128,6 @@ yt_transcribe = gr.Interface(
|
|
130 |
fn=yt_transcribe,
|
131 |
inputs=[gr.Textbox(lines=1, placeholder="Paste your YouTube video URL/web address here", label="YouTube Video URL")],
|
132 |
outputs=["html", "text"],
|
133 |
-
layout="horizontal",
|
134 |
-
theme="huggingface",
|
135 |
title=" ",
|
136 |
description=(
|
137 |
"Transcribe YouTube videos at the click of a button."
|
|
|
117 |
gr.Audio(type="filepath"),
|
118 |
],
|
119 |
outputs="text",
|
|
|
|
|
120 |
title=" ",
|
121 |
description=(
|
122 |
"Transcribe real-time speech and audio files of any length at the click of a button."
|
|
|
128 |
fn=yt_transcribe,
|
129 |
inputs=[gr.Textbox(lines=1, placeholder="Paste your YouTube video URL/web address here", label="YouTube Video URL")],
|
130 |
outputs=["html", "text"],
|
|
|
|
|
131 |
title=" ",
|
132 |
description=(
|
133 |
"Transcribe YouTube videos at the click of a button."
|