MrAli813 commited on
Commit
ddfbd9a
1 Parent(s): 6a5f4f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ mf_transcribe = gr.Interface(
124
 
125
  yt_transcribe = gr.Interface(
126
  fn=yt_transcribe,
127
- inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste your YouTube video URL/web address here", label="YouTube Video URL")],
128
  outputs=["html", "text"],
129
  layout="horizontal",
130
  theme="huggingface",
 
124
 
125
  yt_transcribe = gr.Interface(
126
  fn=yt_transcribe,
127
+ inputs=[gr.Textbox(lines=1, placeholder="Paste your YouTube video URL/web address here", label="YouTube Video URL")],
128
  outputs=["html", "text"],
129
  layout="horizontal",
130
  theme="huggingface",