PersonaMate / backend /README.md
kimddol's picture
Upload folder using huggingface_hub
95f8d1c verified

A newer version of the Gradio SDK is available: 5.44.1

Upgrade

Run backend: python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt cp .env.example .env uvicorn main:app --reload --port 8000