zdxpan commited on
Commit
ef2d6f0
1 Parent(s): 475a8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,9 +36,9 @@ print(f">>>{VIPtitle}")
36
  mv_path = "./movie_output"
37
  img_path = "./imgpost"
38
  font_path = "./fonts"
39
- movies = [os.path.join(mv_path,i) for i in os.listdir(mv_path) if i.endswith("mp4")]
40
- exam_video = movies[0]
41
- imgs_cur = [os.path.join(img_path,i) for i in os.listdir(mv_path) if i.endswith("png")]
42
  templates_path = "./templates/"
43
  templates = [os.path.join(templates_path,i) for i in os.listdir(templates_path) if i.endswith("csv")]
44
  templates_name = [i.strip(templates_path).strip(".csv") for i in templates]
 
36
  mv_path = "./movie_output"
37
  img_path = "./imgpost"
38
  font_path = "./fonts"
39
+ # movies = [os.path.join(mv_path,i) for i in os.listdir(mv_path) if i.endswith("mp4")]
40
+ # exam_video = movies[0]
41
+ # imgs_cur = [os.path.join(img_path,i) for i in os.listdir(mv_path) if i.endswith("png")]
42
  templates_path = "./templates/"
43
  templates = [os.path.join(templates_path,i) for i in os.listdir(templates_path) if i.endswith("csv")]
44
  templates_name = [i.strip(templates_path).strip(".csv") for i in templates]