| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
|---|---|---|---|---|---|---|---|---|---|
Cambá IA Demos |
👀 |
pink |
gray |
gradio |
5.45.0 |
app.py |
false |
gpl-3.0 |
Prueba de generador de flyers |
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .envpython app.pyPoint Browser to http://localhost:7860
docker compose up