tubifier / app.py
wldmr's picture
new
4619c05
raw history blame
No virus
94 Bytes
import subprocess
subprocess.run("uvicorn main:app --host 0.0.0.0 --port 7860", shell=True)