jbilcke-hf HF Staff commited on
Commit
4a3f789
·
1 Parent(s): 99d6382
vms/ui/project/tabs/import_tab/youtube_tab.py CHANGED
@@ -38,7 +38,7 @@ class YouTubeTab(BaseTab):
38
  with gr.Row():
39
  gr.Markdown("You can use a YouTube video as reference, by pasting its URL here:")
40
  with gr.Row():
41
- gr.Markdown("Please be aware of the [know limitations](https://stackoverflow.com/questions/78160027/how-to-solve-http-error-400-bad-request-in-pytube) and [issues](https://stackoverflow.com/questions/79226520/pytube-throws-http-error-403-forbidden-since-a-few-days)")
42
 
43
  with gr.Column():
44
  self.components["youtube_url"] = gr.Textbox(
 
38
  with gr.Row():
39
  gr.Markdown("You can use a YouTube video as reference, by pasting its URL here:")
40
  with gr.Row():
41
+ gr.Markdown("Please be aware of the [known limitations](https://stackoverflow.com/questions/78160027/how-to-solve-http-error-400-bad-request-in-pytube) and [issues](https://stackoverflow.com/questions/79226520/pytube-throws-http-error-403-forbidden-since-a-few-days)")
42
 
43
  with gr.Column():
44
  self.components["youtube_url"] = gr.Textbox(