Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def infer(video_in, trim_value, prompt,
|
|
132 |
for i, image in enumerate(frames_list[0:int(n_frame)]):
|
133 |
|
134 |
conditioning_image = Image.open(image).convert("RGB")
|
135 |
-
conditioning_image = np.array(
|
136 |
output_frame = process_brightness(
|
137 |
prompt,
|
138 |
negative_prompt,
|
|
|
132 |
for i, image in enumerate(frames_list[0:int(n_frame)]):
|
133 |
|
134 |
conditioning_image = Image.open(image).convert("RGB")
|
135 |
+
conditioning_image = np.array(conditioning_image)
|
136 |
output_frame = process_brightness(
|
137 |
prompt,
|
138 |
negative_prompt,
|