COEP/COOP Headers on Static Spaces Hugging Face

#6
by radames HF staff - 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

docs: https://huggingface.co/docs/hub/spaces-config-reference#:~:text=can%20be%20embedded.-,custom_headers,-%3A%20Dict%5Bstring

Thank you - this looks very useful!

Great! please let us know if you have other feature request or improvements , cc @Xenova

Sign up or log in to comment