clementruhm commited on
Commit
0f11bd1
1 Parent(s): 37e87fa

bump balacoon_tts version

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -31,8 +31,8 @@ def main():
31
  When you select model for the first time,
32
  it will take a little time to download it.
33
  You can learn more about models available
34
- [here](https://huggingface.co/balacoon/tts),
35
- visit [Balacoon website](https://balacoon.com/) for more info.
36
  """
37
  )
38
  with gr.Row(variant="panel"):
 
31
  When you select model for the first time,
32
  it will take a little time to download it.
33
  You can learn more about models available
34
+ [here](https://huggingface.co/balacoon/tts).
35
+ Visit [Balacoon website](https://balacoon.com/) for more info.
36
  """
37
  )
38
  with gr.Row(variant="panel"):
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  --index-url https://pypi.fury.io/balacoon/
2
  --extra-index-url https://pypi.org/simple/
3
- balacoon-tts==0.1.0
4
  huggingface_hub
5
  numpy
 
1
  --index-url https://pypi.fury.io/balacoon/
2
  --extra-index-url https://pypi.org/simple/
3
+ balacoon-tts==0.1.1
4
  huggingface_hub
5
  numpy