Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -601,7 +601,7 @@ def create_demo():
|
|
| 601 |
client = get_client(key)
|
| 602 |
preview_local = None
|
| 603 |
if is_vid:
|
| 604 |
-
|
| 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:
|