versae commited on
Commit
6b58aeb
1 Parent(s): 7c9d541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",