Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ def generate_video():
|
|
264 |
try:
|
265 |
if request.method == 'POST':
|
266 |
# source_image = request.files['source_image']
|
267 |
-
image_path = '/home/user/app/images/
|
268 |
source_image = Image.open(image_path)
|
269 |
text_prompt = request.form['text_prompt']
|
270 |
|
|
|
264 |
try:
|
265 |
if request.method == 'POST':
|
266 |
# source_image = request.files['source_image']
|
267 |
+
image_path = '/home/user/app/images/IMG_20241004_231233.jpg'
|
268 |
source_image = Image.open(image_path)
|
269 |
text_prompt = request.form['text_prompt']
|
270 |
|