Existance commited on
Commit
f2adc28
·
1 Parent(s): 91ab95b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ demo = gr.Blocks()
36
  yt_transcribe = gr.Interface(
37
  fn=yt_transcribe,
38
  inputs=[
39
- gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
 
40
  # gr.inputs.Radio(["transcribe", "translate"], label="Task", default="transcribe")
41
  ],
42
  # outputs=["html", "text"],
 
36
  yt_transcribe = gr.Interface(
37
  fn=yt_transcribe,
38
  inputs=[
39
+ # gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
40
+ gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
41
  # gr.inputs.Radio(["transcribe", "translate"], label="Task", default="transcribe")
42
  ],
43
  # outputs=["html", "text"],