Spaces:
Sleeping
Sleeping
Commit ·
55b1857
1
Parent(s): a2bb66c
Pin gradio 6.3.0 via requirements
Browse files- README.md +2 -8
- requirements.txt +9 -0
README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji: 🐨
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.4.0
|
| 8 |
app_file: app.py
|
| 9 |
-
|
| 10 |
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ttsStyleTTS2
|
|
|
|
|
|
|
|
|
|
| 3 |
sdk: gradio
|
|
|
|
| 4 |
app_file: app.py
|
| 5 |
+
python_version: "3.10"
|
| 6 |
---
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
numpy
|
| 3 |
+
soundfile
|
| 4 |
+
PyYAML
|
| 5 |
+
phonemizer
|
| 6 |
+
gradio==6.3.0
|
| 7 |
+
torch
|
| 8 |
+
pyyaml
|
| 9 |
+
huggingface_hub
|