heheyas commited on
Commit
b0e8b88
1 Parent(s): 48482be
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def do_sample(
137
  .numpy()
138
  .astype(np.uint8)
139
  )
140
- write_video(video_path, frames, fps=6)
141
  writer = cv2.VideoWriter(
142
  video_path,
143
  cv2.VideoWriter_fourcc(*"MP4V"),
 
137
  .numpy()
138
  .astype(np.uint8)
139
  )
140
+ # write_video(video_path, frames, fps=6)
141
  writer = cv2.VideoWriter(
142
  video_path,
143
  cv2.VideoWriter_fourcc(*"MP4V"),