# Config

```
export HF_TOKEN=<your-token>
export MODEL_ID=<your-model-id> # https://huggingface.co/models?inference=warm&pipeline_tag=image-text-to-text&sort=trending
export BASE_URL=<your-base-url> # https://hf-mirror.com/
```

# Run 

```
python app.py
```