introduck / main_hf_space.py
speqtr's picture
fixed hf space metadata
67bb950 verified
raw history blame
No virus
230 Bytes
#!/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)