alfredplpl commited on
Commit
c4590f4
·
verified ·
1 Parent(s): 64e5b0a

Update generate_videos.py

Browse files
Files changed (1) hide show
  1. generate_videos.py +1 -1
generate_videos.py CHANGED
@@ -38,7 +38,7 @@ vae.enable_slicing()
38
  vae.enable_tiling()
39
 
40
  # paths
41
- paths=glob.glob("./labels_jp/*.txt")
42
 
43
  for path in tqdm(paths):
44
  with open(path) as f:
 
38
  vae.enable_tiling()
39
 
40
  # paths
41
+ paths=glob.glob("./labels_ja/*.txt")
42
 
43
  for path in tqdm(paths):
44
  with open(path) as f: