Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fedir Zadniprovskyi
commited on
Commit
·
be73a18
1
Parent(s):
86ec6d6
docs: add demo video
Browse files
.github/workflows/docker-build-and-push.yaml
CHANGED
@@ -13,6 +13,7 @@ jobs:
|
|
13 |
docker:
|
14 |
runs-on: ubuntu-latest
|
15 |
strategy:
|
|
|
16 |
matrix:
|
17 |
# https://hub.docker.com/r/nvidia/cuda/tags
|
18 |
base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04']
|
|
|
13 |
docker:
|
14 |
runs-on: ubuntu-latest
|
15 |
strategy:
|
16 |
+
fail-fast: false
|
17 |
matrix:
|
18 |
# https://hub.docker.com/r/nvidia/cuda/tags
|
19 |
base-image: ['nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04', 'ubuntu:24.04']
|
docs/index.md
CHANGED
@@ -41,7 +41,9 @@ TODO
|
|
41 |
|
42 |
### Speech Generation
|
43 |
|
44 |
-
|
|
|
|
|
45 |
|
46 |
### Live Transcription (using WebSockets)
|
47 |
|
|
|
41 |
|
42 |
### Speech Generation
|
43 |
|
44 |
+
<video width="100%" controls>
|
45 |
+
<source src="https://github.com/user-attachments/assets/0021acd9-f480-4bc3-904d-831f54c4d45b" type="video/webm">
|
46 |
+
</video>
|
47 |
|
48 |
### Live Transcription (using WebSockets)
|
49 |
|