Candle commited on
Commit
284d1e9
·
1 Parent(s): 9d97984

indentation

Browse files
Files changed (1) hide show
  1. detect_loops.py +0 -1
detect_loops.py CHANGED
@@ -8,7 +8,6 @@ import json
8
  shots_dir = Path('data/shots')
9
  files = sorted(shots_dir.glob('sample-*.webp'))
10
 
11
-
12
  def extract_frames(webp_path):
13
  frames = []
14
  with Image.open(webp_path) as im:
 
8
  shots_dir = Path('data/shots')
9
  files = sorted(shots_dir.glob('sample-*.webp'))
10
 
 
11
  def extract_frames(webp_path):
12
  frames = []
13
  with Image.open(webp_path) as im: