RealChar / entrypoint.sh
pycui's picture
Add RealChar deployment for HuggingFace (V0)
babeaf6
raw
history blame contribute delete
No virus
104 Bytes
#!/bin/sh
set -e
alembic upgrade head
uvicorn realtime_ai_character.main:app --host 0.0.0.0 --port 7860