Spaces:
Paused
Paused
test gradio
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ This way, each frame represents a distinct scene, and there’s no redundancy be
|
|
112 |
for frame in frames:
|
113 |
conditioning_frames.append(generate_image(frame['description'], reference_image, float(style_conditioning_scale)))
|
114 |
controlnet_frame_indices.append(frame['frame_index'])
|
115 |
-
yield (conditioning_frames, "
|
116 |
|
117 |
video = gif_pipe(
|
118 |
prompt=prompt,
|
|
|
112 |
for frame in frames:
|
113 |
conditioning_frames.append(generate_image(frame['description'], reference_image, float(style_conditioning_scale)))
|
114 |
controlnet_frame_indices.append(frame['frame_index'])
|
115 |
+
yield (conditioning_frames, "output.gif")
|
116 |
|
117 |
video = gif_pipe(
|
118 |
prompt=prompt,
|