Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ mf_transcribe = gr.Interface(
|
|
131 |
|
132 |
yt_transcribe = gr.Interface(
|
133 |
fn=yt_transcribe,
|
134 |
-
inputs=[gr.inputs.Textbox(placeholder="Paste your YouTube video URL here", label="YouTube Video URL")],
|
135 |
outputs=["html", "text"],
|
136 |
layout="horizontal",
|
137 |
theme="huggingface",
|
|
|
131 |
|
132 |
yt_transcribe = gr.Interface(
|
133 |
fn=yt_transcribe,
|
134 |
+
inputs=[gr.inputs.Textbox(lines=3, placeholder="Paste your YouTube video URL here", label="YouTube Video URL")],
|
135 |
outputs=["html", "text"],
|
136 |
layout="horizontal",
|
137 |
theme="huggingface",
|