| import os | |
| import subprocess | |
| os.system("git clone https://github.com/haoheliu/versatile_audio_super_resolution") | |
| os.chdir("versatile_audio_super_resolution") | |
| subprocess.run(["pip", "install", "-r", "requirements.txt"], check=True) | |
| os.system("python app.py") |