stephenhoang commited on
Commit
55b1857
·
1 Parent(s): a2bb66c

Pin gradio 6.3.0 via requirements

Browse files
Files changed (2) hide show
  1. README.md +2 -8
  2. requirements.txt +9 -0
README.md CHANGED
@@ -1,12 +1,6 @@
1
  ---
2
- title: TtsStyleTTS2
3
- emoji: 🐨
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
- pinned: false
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