Update a.py
Browse files
a.py
CHANGED
|
@@ -60,6 +60,7 @@ def generate_video(image_path, prompt_text, progress=gr.Progress()):
|
|
| 60 |
|
| 61 |
# Get HF temp URL
|
| 62 |
image_url = f"/file={image_path}"
|
|
|
|
| 63 |
print(f"Using image URL: {image_url}")
|
| 64 |
|
| 65 |
yield "✅ Image ready! Creating video request...", None
|
|
|
|
| 60 |
|
| 61 |
# Get HF temp URL
|
| 62 |
image_url = f"/file={image_path}"
|
| 63 |
+
image_url = "https://ark-doc.tos-ap-southeast-1.bytepluses.com/seepro_i2v%20.png"
|
| 64 |
print(f"Using image URL: {image_url}")
|
| 65 |
|
| 66 |
yield "✅ Image ready! Creating video request...", None
|