oskarastrom commited on
Commit
f879e7b
1 Parent(s): 7b39726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -184,6 +184,7 @@ def testing():
184
  vr = cv2.VideoWriter("static/test.mp4", codec, 10, [ int(1.5*100), 100 ] )
185
  print(vr)
186
  print("hi")
 
187
  testing()
188
 
189
  def preview_result(zip_info, aris_info):
 
184
  vr = cv2.VideoWriter("static/test.mp4", codec, 10, [ int(1.5*100), 100 ] )
185
  print(vr)
186
  print("hi")
187
+ vr = cv2.VideoWriter("static/test.mp4", -1, 10, [ int(1.5*100), 100 ] )
188
  testing()
189
 
190
  def preview_result(zip_info, aris_info):