Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
khang119966
/
Vintern-v2-Demo
like
14
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7aff7d1
Vintern-v2-Demo
/
serve
/
constants.py
qnguyen3
testing
7b79735
over 1 year ago
raw
Copy download link
history
blame
187 Bytes
# Model Constants
IGNORE_INDEX = -
100
IMAGE_TOKEN_INDEX = -
200
DEFAULT_IMAGE_TOKEN =
"<image>"
CONTROLLER_HEART_BEAT_EXPIRATION =
30
LOGDIR =
"gradio-logs"
WORKER_HEART_BEAT_INTERVAL =
15