Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def infer(image, width=1024, height=1024, overlap_width=18, num_inference_steps=
|
|
170 |
|
171 |
yield background, cnet_image
|
172 |
|
173 |
-
def
|
174 |
"""
|
175 |
Create intermediate frames for a smooth zoom-in effect from the larger frame to the smaller frame.
|
176 |
"""
|
|
|
170 |
|
171 |
yield background, cnet_image
|
172 |
|
173 |
+
def create_zoom_in_frames(larger_frame, smaller_frame, num_intermediate_frames):
|
174 |
"""
|
175 |
Create intermediate frames for a smooth zoom-in effect from the larger frame to the smaller frame.
|
176 |
"""
|