Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ def generate_video():
|
|
271 |
try:
|
272 |
if request.method == 'POST':
|
273 |
# source_image = request.files['source_image']
|
274 |
-
image_path = '/home/user/app/images/
|
275 |
source_image = Image.open(image_path)
|
276 |
text_prompt = request.form['text_prompt']
|
277 |
|
|
|
271 |
try:
|
272 |
if request.method == 'POST':
|
273 |
# source_image = request.files['source_image']
|
274 |
+
image_path = '/home/user/app/images/marc_smile_enhanced.jpg'
|
275 |
source_image = Image.open(image_path)
|
276 |
text_prompt = request.form['text_prompt']
|
277 |
|