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