Spaces:
Sleeping
Sleeping
File size: 300 Bytes
d530f14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Get build logs (SSE)
curl -N \
-H "Authorization: Bearer $HF_TOKEN" \
"https://huggingface.co/api/spaces/harvesthealth/xxg/logs/build"
# Get container logs (SSE)
curl -N \
-H "Authorization: Bearer $HF_TOKEN" \
"https://huggingface.co/api/spaces/harvesthealth/xxg/logs/run"
|