gemini-web2api / start.sh
RYUK999's picture
Configure for Hugging Face Space (Docker): port 7860, non-root user, secret-driven config via run.py
fd2eea3
Raw
History Blame Contribute Delete
170 Bytes
#!/bin/bash
# Start gemini-web2api server using uv
cd "$(dirname "$0")"
source .venv/bin/activate
export PATH="$HOME/.local/bin:$PATH"
exec python gemini_web2api.py "$@"