Audio-SR / app.py
Nick088's picture
Create app.py
7ac1a1c verified
raw
history blame
261 Bytes
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")