csikasote commited on
Commit
acf27aa
1 Parent(s): c72d3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ mf_transcribe = gr.Interface(
77
 
78
  yt_transcribe = gr.Interface(
79
  fn=yt_transcribe,
80
- inputs=[gr.inputs.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",
 
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",