Spaces:
No application file
No application file
File size: 223 Bytes
1b6bcbc |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/bin/bash
cd /root/autodl-tmp/workdir/GPT-SoVITS
rm -rf GPT_weights/*
rm -rf SoVITS_weights/*
rm -rf input/*
rm -rf output/asr_opt/*
rm -rf output/slicer_opt/*
rm -rf output/uvr5_opt/*
rm -rf logs/*
echo 初始化完成 |