Hug0endob commited on
Commit
a6909ba
·
verified ·
1 Parent(s): 6f09e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -601,7 +601,7 @@ def create_demo():
601
  client = get_client(key)
602
  preview_local = None
603
  if is_vid:
604
- progress(0.08, desc="Fetching video bytes (may take a while)...")
605
  # Ensure video bytes fetching has proper error handling
606
  raw = fetch_bytes(url, timeout=120, progress=progress)
607
  if raw is None:
 
601
  client = get_client(key)
602
  preview_local = None
603
  if is_vid:
604
+ progress(0.08, desc="Fetching video bytes (may take a while)...")
605
  # Ensure video bytes fetching has proper error handling
606
  raw = fetch_bytes(url, timeout=120, progress=progress)
607
  if raw is None: