@@ -176,7 +176,7 @@ def ai_tags_new(project, table, dt):
# 获取已asr识别的视频
asr_folder = 'asr_res'
retry = 0
- while retry < 5:
+ while retry < 30:
asr_file_list = os.listdir(asr_folder)
if len(asr_file_list) < 2:
retry += 1
@@ -0,0 +1,7 @@
+cd /data/aigc-test
+
+source ~/.bash_profile
+source ~/.bashrc
+conda activate whisper
+python ai_tag_task.py
+python asr_task.py
+python download_videos_task.py