Spaces:
Runtime error
Runtime error
Commit
·
0f11bd1
1
Parent(s):
37e87fa
bump balacoon_tts version
Browse files- app.py +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 |
-
|
| 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.
|
| 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
|