img-api-gr / app.py
wldmr's picture
update
ea3c06e
raw
history blame contribute delete
94 Bytes
import subprocess
subprocess.run("uvicorn main:app --host 0.0.0.0 --port 7860", shell=True)