Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def main_app(input_img, num_frames, fps):
|
|
205 |
|
206 |
# Get output video path & return
|
207 |
input_img_path = str(save_folder/img_name)
|
208 |
-
out_vid_path = 'video/{0}
|
209 |
|
210 |
return out_vid_path
|
211 |
|
|
|
205 |
|
206 |
# Get output video path & return
|
207 |
input_img_path = str(save_folder/img_name)
|
208 |
+
out_vid_path = 'video/{0}_zoom-in.mp4'.format(img_name.stem)
|
209 |
|
210 |
return out_vid_path
|
211 |
|