Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ mf_transcribe = gr.Interface(
|
|
124 |
|
125 |
yt_transcribe = gr.Interface(
|
126 |
fn=yt_transcribe,
|
127 |
-
inputs=[gr.
|
128 |
outputs=["html", "text"],
|
129 |
layout="horizontal",
|
130 |
theme="huggingface",
|
|
|
124 |
|
125 |
yt_transcribe = gr.Interface(
|
126 |
fn=yt_transcribe,
|
127 |
+
inputs=[gr.Textbox(lines=1, placeholder="Paste your YouTube video URL/web address here", label="YouTube Video URL")],
|
128 |
outputs=["html", "text"],
|
129 |
layout="horizontal",
|
130 |
theme="huggingface",
|