omni / .env.example
Samfredoly's picture
Upload 14 files
2a729e6 verified
raw
history blame contribute delete
301 Bytes
# OmniParser Configuration
# Server Settings
HOST=0.0.0.0
PORT=8000
DEBUG=False
# Model Settings
MODEL_NAME=microsoft/OmniParser-v2.0
DEVICE=cpu
# DEVICE=cuda # Uncomment for GPU support
# API Settings
MAX_FILE_SIZE=52428800 # 50MB in bytes
ALLOWED_EXTENSIONS=jpg,jpeg,png,bmp,gif