MaskCut / app.py
makakwastaken's picture
Run uvicorn on 7860 and present docs at root level
1e36d64
Raw
History Blame
127 Bytes
import subprocess
# Start HF-MaskCut with uvicorn
subprocess.run("uvicorn server:app --host 0.0.0.0 --port 7860", shell=True)