

docs: add demo video
@be73a187f0dc06144a312ed2a99269f91d599422
--- .github/workflows/docker-build-and-push.yaml
+++ .github/workflows/docker-build-and-push.yaml
... | ... | @@ -13,6 +13,7 @@ |
13 | 13 |
docker: |
14 | 14 |
runs-on: ubuntu-latest |
15 | 15 |
strategy: |
16 |
+ fail-fast: false |
|
16 | 17 |
matrix: |
17 | 18 |
# https://hub.docker.com/r/nvidia/cuda/tags |
18 | 19 |
base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04'] |
--- docs/index.md
+++ docs/index.md
... | ... | @@ -41,7 +41,9 @@ |
41 | 41 |
|
42 | 42 |
### Speech Generation |
43 | 43 |
|
44 |
-TODO |
|
44 |
+<video width="100%" controls> |
|
45 |
+ <source src="https://github.com/user-attachments/assets/0021acd9-f480-4bc3-904d-831f54c4d45b" type="video/webm"> |
|
46 |
+</video> |
|
45 | 47 |
|
46 | 48 |
### Live Transcription (using WebSockets) |
47 | 49 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?