Serhiy Stetskovych
commited on
Commit
β’
debc208
1
Parent(s):
acb60b3
Fix dep
Browse files- README.md +1 -1
- app.py +2 -2
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
|
|
1 |
---
|
2 |
+
title: Voicebox Demo
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
app.py
CHANGED
@@ -26,7 +26,7 @@ model.eval()
|
|
26 |
|
27 |
|
28 |
description = f'''
|
29 |
-
Voicebox demo
|
30 |
'''
|
31 |
|
32 |
def synthesise(text, voice):
|
@@ -53,7 +53,7 @@ if __name__ == "__main__":
|
|
53 |
],
|
54 |
allow_flagging ='never',
|
55 |
cache_examples=True,
|
56 |
-
title='
|
57 |
examples=[ ],
|
58 |
)
|
59 |
i.queue(max_size=20, default_concurrency_limit=4)
|
|
|
26 |
|
27 |
|
28 |
description = f'''
|
29 |
+
Voicebox demo
|
30 |
'''
|
31 |
|
32 |
def synthesise(text, voice):
|
|
|
53 |
],
|
54 |
allow_flagging ='never',
|
55 |
cache_examples=True,
|
56 |
+
title='',
|
57 |
examples=[ ],
|
58 |
)
|
59 |
i.queue(max_size=20, default_concurrency_limit=4)
|
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ sentencepiece
|
|
7 |
xformers
|
8 |
flash-attn
|
9 |
textgrid
|
10 |
-
torchdiffeq
|
|
|
|
7 |
xformers
|
8 |
flash-attn
|
9 |
textgrid
|
10 |
+
torchdiffeq
|
11 |
+
pyworld
|