Spaces:
Sleeping
Sleeping
| # 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 | |