ai-pokemon-card / start.py
Ron Au
test
5513f71
raw history blame
No virus
93 Bytes
import subprocess
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)