Add custom headers
Browse files
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 |
-
|
|
|
|
| 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
|