smakamali commited on
Commit
93ff665
1 Parent(s): 3c888d1

update video URL info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -348,7 +348,7 @@ with gr.Blocks() as demo:
348
 
349
  with gr.Row():
350
  with gr.Column(scale=4):
351
- 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.")
352
  with gr.Column(scale=1):
353
  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.')
354
  with gr.Column(scale=1):
 
348
 
349
  with gr.Row():
350
  with gr.Column(scale=4):
351
+ 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. The demo supports videos in English language only.")
352
  with gr.Column(scale=1):
353
  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.')
354
  with gr.Column(scale=1):