ps -ef | grep ai_tag_task.py | grep -v grep | awk '{print $2}' | xargs kill -9

cd /data/aigc-test

source activate whisper

python ai_tag_task.py

conda deactivate