agent-dev-07-space / README.md
OjciecTadeusz's picture
Upload README.md with huggingface_hub
7bc8208 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: My Agent Space
sdk: gradio
app_file: app.py
pinned: false

My Agent Space (Gradio)

Secrets (Hugging Face → Settings → Secrets)

  • GOOGLE_API_KEY (Gemini) albo
  • OPENROUTER_API_KEY (OpenRouter) + OPENROUTER_MODEL

Local development

cp .env.example .env
pip install -r requirements.txt
python app.py

The Space will automatically launch app.py.