salmanmapkar commited on
Commit
c897630
·
1 Parent(s): 65e5c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def YoutubeTranscribe(URL, retries = 5):
145
 
146
  with gr.Blocks() as i:
147
  video = gr.Video()
148
- text = gr.Textbox("Input")
149
  if not video and not text:
150
  raise gr.Error("Either input url or video (not both)")
151
  output = gr.Textbox("Output")
 
145
 
146
  with gr.Blocks() as i:
147
  video = gr.Video()
148
+ text = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
149
  if not video and not text:
150
  raise gr.Error("Either input url or video (not both)")
151
  output = gr.Textbox("Output")