IntentAPI / start.sh
horriblecpp
Host API on port 7860 for HuggingFace Spaces, rename SDK to @horribleprogram /sdk
8c43e1a
Raw
History Blame Contribute Delete
72 Bytes
#!/bin/bash
set -e
uvicorn backend.main:app --host 0.0.0.0 --port 7860