COEP/COOP Headers on Static Spaces Hugging Face
#6
by radames - opened
Hi @ggerganov ,
Just want to let you know our static pages container now support COEP/COOP headers!
In case you continue doing amazing WASM ML work, you can create and share easily!
Here is your whisper.cpp-wasm project running
https://huggingface.co/spaces/radames/whisper.cpp-wasm
# README.md
custom_headers:
cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: cross-origin
Thank you - this looks very useful!