Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ mf_transcribe = gr.Interface(
|
|
77 |
|
78 |
yt_transcribe = gr.Interface(
|
79 |
fn=yt_transcribe,
|
80 |
-
inputs=[gr.
|
81 |
outputs=["html", "text"],
|
82 |
layout="horizontal",
|
83 |
theme="huggingface",
|
|
|
77 |
|
78 |
yt_transcribe = gr.Interface(
|
79 |
fn=yt_transcribe,
|
80 |
+
inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
81 |
outputs=["html", "text"],
|
82 |
layout="horizontal",
|
83 |
theme="huggingface",
|