Spaces:
Running
Running
File size: 563 Bytes
d0dae1b 539a789 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
title: Pixai Tagger Demo
emoji: π
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.44.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Downloads model assets from **pixai-labs/pixai-tagger-v0.9** on first run,
then uses `EndpointHandler` to predict **general**, **character**, and **IP** tags.
Configure via env vars:
- `ASSETS_REPO_ID` (default: `pixai-labs/pixai-tagger-v0.9`)
- `ASSETS_REVISION` (optional)
- `MODEL_DIR` (default: `./assets`) |