Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ def generate_video():
|
|
249 |
try:
|
250 |
if request.method == 'POST':
|
251 |
# source_image = request.files['source_image']
|
252 |
-
image_path = '/home/user/app/images/
|
253 |
source_image = Image.open(image_path)
|
254 |
text_prompt = request.form['text_prompt']
|
255 |
|
|
|
249 |
try:
|
250 |
if request.method == 'POST':
|
251 |
# source_image = request.files['source_image']
|
252 |
+
image_path = '/home/user/app/images/vibhu2.jpg'
|
253 |
source_image = Image.open(image_path)
|
254 |
text_prompt = request.form['text_prompt']
|
255 |
|