smakamali commited on
Commit
210b573
1 Parent(s): bbb9a82

adding info to the URL prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks() as demo:
347
 
348
  with gr.Row():
349
  with gr.Column(scale=4):
350
- url = gr.Textbox(label="Enter YouTube video URL here:",placeholder="https://www.youtube.com/watch?v=")
351
  with gr.Column(scale=1):
352
  api_token = gr.Textbox(label="Paste your Hugging Face API token here (Optional):",placeholder="hf_...",visible=True,show_label=True,info='The API token passed via this field is not stored. It is only passed through the Hugging Face Hub API for inference.')
353
  with gr.Column(scale=1):
 
347
 
348
  with gr.Row():
349
  with gr.Column(scale=4):
350
+ url = gr.Textbox(label="Enter YouTube video URL here:",placeholder="https://www.youtube.com/watch?v=",info="The video must not be age-restricted. Otherwise, the transcription will fail.")
351
  with gr.Column(scale=1):
352
  api_token = gr.Textbox(label="Paste your Hugging Face API token here (Optional):",placeholder="hf_...",visible=True,show_label=True,info='The API token passed via this field is not stored. It is only passed through the Hugging Face Hub API for inference.')
353
  with gr.Column(scale=1):