fffiloni commited on
Commit
3801c88
1 Parent(s): e4d0aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def get_frame_count(filepath):
28
  video.release()
29
 
30
  #LIMITS
31
- if frame_count > 24 :
32
- frame_count = 24 # limit to 24 frames to avoid cuDNN errors
33
 
34
  return gr.update(maximum=frame_count)
35
 
 
28
  video.release()
29
 
30
  #LIMITS
31
+ #if frame_count > 24 :
32
+ # frame_count = 24 # limit to 24 frames to avoid cuDNN errors
33
 
34
  return gr.update(maximum=frame_count)
35