whispy commited on
Commit
41621cc
·
1 Parent(s): b4f312f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ yt_transcribe = gr.Interface(
89
  fn=yt_transcribe,
90
  inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
91
  outputs=["html", "text", "text", "text"],
92
- examples = gr.Examples(examples=["https://www.youtube.com/watch?v=xhWhyu8cBTk", "https://www.youtube.com/watch?v=C6Vw_Z3t_2U"]),
93
  layout="horizontal",
94
  theme="huggingface",
95
  title="Whisper Demo: Transcribe, Summarize and Translate YouTube",
 
89
  fn=yt_transcribe,
90
  inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
91
  outputs=["html", "text", "text", "text"],
92
+ #examples = gr.Examples(examples=["https://www.youtube.com/watch?v=xhWhyu8cBTk", "https://www.youtube.com/watch?v=C6Vw_Z3t_2U"]),
93
  layout="horizontal",
94
  theme="huggingface",
95
  title="Whisper Demo: Transcribe, Summarize and Translate YouTube",