luckyt commited on
Commit
6e65dec
·
verified ·
1 Parent(s): 0a01d76

Add custom headers

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
  title: Wasm Streaming Speech
3
- emoji: 🔥
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  short_description: Offline browser streaming STT using Rust/WASM
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Wasm Streaming Speech
3
+ emoji: 🎙️
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  short_description: Offline browser streaming STT using Rust/WASM
10
+ custom_headers:
11
+ cross-origin-embedder-policy: require-corp
12
+ cross-origin-opener-policy: same-origin
13
  ---
14
 
15
+ Github Repo: https://github.com/lucky-bai/wasm-speech-streaming