Serhiy Stetskovych commited on
Commit
debc208
β€’
1 Parent(s): acb60b3
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +2 -2
  3. requirements.txt +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Valle2 Demo
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='Something',
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