Update app_celery.py
Browse files- app_celery.py +1 -1
app_celery.py
CHANGED
@@ -424,7 +424,7 @@ def generate_video():
|
|
424 |
try:
|
425 |
if request.method == 'POST':
|
426 |
# source_image = request.files['source_image']
|
427 |
-
image_path = '
|
428 |
source_image = Image.open(image_path)
|
429 |
text_prompt = request.form['text_prompt']
|
430 |
|
|
|
424 |
try:
|
425 |
if request.method == 'POST':
|
426 |
# source_image = request.files['source_image']
|
427 |
+
image_path = '/home/user/app/images/out.jpg'
|
428 |
source_image = Image.open(image_path)
|
429 |
text_prompt = request.form['text_prompt']
|
430 |
|