Paper2Code / jules /deployment /functionality_endpoints_logs
AUXteam's picture
Upload folder using huggingface_hub
d530f14 verified
raw
history blame contribute delete
300 Bytes
# 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"