OmPrakashSingh1704 commited on
Commit
4bde8da
1 Parent(s): 88697bb
options/Video_model/Model.py CHANGED
@@ -45,5 +45,5 @@ def Video(image):
45
  # Generate the video frames
46
  frames = pipeline(image, decode_chunk_size=8, generator=generator).frames[0]
47
  # Export the frames to a video file
48
- export_to_video(frames, video_path, fps=fps_id)
49
  return video_path
 
45
  # Generate the video frames
46
  frames = pipeline(image, decode_chunk_size=8, generator=generator).frames[0]
47
  # Export the frames to a video file
48
+ export_to_video(frames, video_path, fps=7)
49
  return video_path
options/Video_model/__pycache__/Model.cpython-310.pyc CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ