Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ mf_transcribe = gr.Interface(
|
|
83 |
yt_transcribe = gr.Interface(
|
84 |
fn=yt_transcribe,
|
85 |
inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
|
|
86 |
outputs=["html", "text"],
|
87 |
layout="horizontal",
|
88 |
theme="huggingface",
|
|
|
83 |
yt_transcribe = gr.Interface(
|
84 |
fn=yt_transcribe,
|
85 |
inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
86 |
+
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
87 |
outputs=["html", "text"],
|
88 |
layout="horizontal",
|
89 |
theme="huggingface",
|