introduck / main_subprocess.py
speqtr's picture
changed hf space entry point
20a8c14 verified
#!/usr/bin/env python3
# Hugging Face Space served with FastAPI and Uvicorn:
# https://huggingface.co/spaces/templates/fastapi-uvicorn
import subprocess
subprocess.run("uvicorn main:app --host 0.0.0.0 --port 7860", shell=True)