TDN-M commited on
Commit
e163cb1
·
verified ·
1 Parent(s): 917ca4c

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -10,7 +10,7 @@ def check_file_exists(file_path):
10
  raise FileNotFoundError(f"Tệp {file_path} không tồn tại.")
11
 
12
  # Đường dẫn đầy đủ tới các file
13
- bgm_file = "data/bg_music.mp3"
14
  output_path = "output/final_video.mp4"
15
 
16
  check_file_exists(bgm_file)
 
10
  raise FileNotFoundError(f"Tệp {file_path} không tồn tại.")
11
 
12
  # Đường dẫn đầy đủ tới các file
13
+ bgm_file = "data/bg_music/output000.mp3"
14
  output_path = "output/final_video.mp4"
15
 
16
  check_file_exists(bgm_file)