Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def infer():
|
|
123 |
|
124 |
#frames, _, _ = read_video(str("./spacex.mp4"), output_format="TCHW")
|
125 |
#print(f"FRAME BEFORE stack: {frames[100]}")
|
126 |
-
|
127 |
pil2diff_img = Image.open("./frame1.jpg")
|
128 |
diffused_img = generate_images(pil2diff_img)
|
129 |
print(f"DIFFUSED IMG: {diffused_img[1]}")
|
|
|
123 |
|
124 |
#frames, _, _ = read_video(str("./spacex.mp4"), output_format="TCHW")
|
125 |
#print(f"FRAME BEFORE stack: {frames[100]}")
|
126 |
+
prompt = "astronaut crew inside a spaceship, artwork by Claude Monet, beautiful details"
|
127 |
pil2diff_img = Image.open("./frame1.jpg")
|
128 |
diffused_img = generate_images(pil2diff_img)
|
129 |
print(f"DIFFUSED IMG: {diffused_img[1]}")
|