File size: 131 Bytes
baccc99
1d4aba9
 
 
 
 
baccc99
 
1
2
3
4
5
6
7
8
import os



os.system("pip install --upgrade yt-dlp")

os.system("python src/download_models.py")
os.system("python src/webui.py")