Spaces:
Sleeping
Sleeping
File size: 216 Bytes
e57873f | 1 2 3 4 5 6 7 8 9 | scrape_configs:
- job_name: 'entity-labeler'
metrics_path: '/metrics'
scheme: 'https'
static_configs:
- targets: ['kadarakos-labeled.hf.space']
authorization:
credentials: '${HF_TOKEN}'
|