Spaces:
Runtime error
Runtime error
File size: 148 Bytes
e3caf90 | 1 2 3 4 5 6 7 | PORT=8000
HOST=0.0.0.0
MODEL_ID=amazon/chronos-t5-tiny
MODEL_PATH=./chronos-t5-tiny
MODEL_SOURCE=local
CORS_ORIGINS=["http://localhost:3000"]
|