MrAli813 commited on
Commit
31d1069
·
verified ·
1 Parent(s): 0d83547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ mf_transcribe = gr.Interface(
131
 
132
  yt_transcribe = gr.Interface(
133
  fn=yt_transcribe,
134
- inputs=[gr.inputs.Textbox(placeholder="Paste your YouTube video URL here", label="YouTube Video URL")],
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
  theme="huggingface",
 
131
 
132
  yt_transcribe = gr.Interface(
133
  fn=yt_transcribe,
134
+ inputs=[gr.inputs.Textbox(lines=3, placeholder="Paste your YouTube video URL here", label="YouTube Video URL")],
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
  theme="huggingface",