paper2code-cli / jules /deployment /functionality_endpoints_logs
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
a72140d 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"