PersonaMate / frontend /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 frontend: python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt export BACKEND_URL=http://localhost:8000 python app.py