MySafeCode commited on
Commit
e47de4f
·
verified ·
1 Parent(s): 0cb2d3d

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +1 -0
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