DawnC commited on
Commit
2ceac6b
·
verified ·
1 Parent(s): 24ebc3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -454,7 +454,7 @@ def create_interface():
454
  gr.HTML("""
455
  <div style="padding: 8px; margin-top: 5px; background-color: #fff8f8; border-radius: 4px; border-left: 3px solid #f87171; font-size: 12px;">
456
  <p style="margin: 0; color: #4b5563;">
457
- Note: Currently only YouTube URLs are supported. Maximum video duration is 10 minutes.
458
  </p>
459
  </div>
460
  """)
 
454
  gr.HTML("""
455
  <div style="padding: 8px; margin-top: 5px; background-color: #fff8f8; border-radius: 4px; border-left: 3px solid #f87171; font-size: 12px;">
456
  <p style="margin: 0; color: #4b5563;">
457
+ Note: Currently only YouTube URLs are supported. Maximum video duration is 10 minutes. Due to YouTube's anti-bot protection, some videos may not be downloadable. For protected videos, please upload a local video file instead.
458
  </p>
459
  </div>
460
  """)