Update app.py
Browse files
app.py
CHANGED
@@ -369,7 +369,7 @@ def generate_video():
|
|
369 |
try:
|
370 |
if request.method == 'POST':
|
371 |
# source_image = request.files['source_image']
|
372 |
-
image_path = '/home/user/app/images/
|
373 |
source_image = Image.open(image_path)
|
374 |
text_prompt = request.form['text_prompt']
|
375 |
|
|
|
369 |
try:
|
370 |
if request.method == 'POST':
|
371 |
# source_image = request.files['source_image']
|
372 |
+
image_path = '/home/user/app/images/Media.png'
|
373 |
source_image = Image.open(image_path)
|
374 |
text_prompt = request.form['text_prompt']
|
375 |
|