# Config ``` export HF_TOKEN= export MODEL_ID= # https://huggingface.co/models?inference=warm&pipeline_tag=image-text-to-text&sort=trending export BASE_URL= # https://hf-mirror.com/ ``` # Run ``` python app.py ```