Spanicin commited on
Commit
da5e812
·
verified ·
1 Parent(s): a28e8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ def generate_video():
411
  if request.method == 'POST':
412
  print("Entered")
413
  # source_image = request.files['source_image']
414
- image_path = '/home/user/app/images/avatar.jpg'
415
  source_image = Image.open(image_path)
416
  text_prompt = request.form['text_prompt']
417
 
 
411
  if request.method == 'POST':
412
  print("Entered")
413
  # source_image = request.files['source_image']
414
+ image_path = '/home/user/app/images/KiritShah.jpg'
415
  source_image = Image.open(image_path)
416
  text_prompt = request.form['text_prompt']
417