ai-pokemon-card / start.py
Ron Au
localhost
6ee4b6a
raw
history blame
95 Bytes
import subprocess
subprocess.run("uvicorn app:app --host localhost --port 7860", shell=True)