Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.20.0
Deploy to Hugging Face Spaces
HuggingFace auth (once, before deploy):
uv tool install 'huggingface_hub[cli]'(if not already installed)- Create a token at https://huggingface.co/settings/tokens with WRITE permission
hf auth login --token YOUR_TOKEN- Add
HF_TOKEN=hf_xxxto.env
Deploy from this directory:
uv run gradio deployFollow prompts: specify
app.py, choose hardware (e.g. cpu-basic), add secrets (OPENAI_API_KEY,PUSHOVER_TOKEN,PUSHOVER_USER), decline GitHub Actions if you prefer.If you redeploy later, delete any
README.mdthat Gradio created in this folder so it prompts again.