File size: 259 Bytes
9cc6120
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
```