khof312 commited on
Commit
4cbad56
·
1 Parent(s): 1115f1d

Add more specific reqs to overcome version clash.

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +9 -9
README.md CHANGED
@@ -2,7 +2,8 @@
2
  title: "Mockingbird"
3
  app_file: app.py
4
  sdk: "streamlit"
5
- python_version: 3.11
 
6
  pinned: false
7
  ---
8
 
 
2
  title: "Mockingbird"
3
  app_file: app.py
4
  sdk: "streamlit"
5
+ python_version: 3.11.8
6
+ streamlit_version: 1.44.1
7
  pinned: false
8
  ---
9
 
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- datasets
2
- librosa
3
- pycountry
4
- scipy
5
- sentencepiece
6
  transformers>=2.5
7
- torch
8
- IPython
9
  #TTS
10
- coqui-tts
11
- pandas
12
  wave
13
  #py-espeak-ng
14
  espeakng
 
1
+ datasets==2.14.7
2
+ librosa==0.10.1
3
+ pycountry==24.6.1
4
+ scipy==1.12.0
5
+ sentencepiece==0.2.0
6
  transformers>=2.5
7
+ torch==2.1.0.post0+cxx11.abi
8
+ IPython==8.26.0
9
  #TTS
10
+ coqui-tts==0.22.0
11
+ pandas==1.5.3
12
  wave
13
  #py-espeak-ng
14
  espeakng