Daryl Fung commited on
Commit
f47f03e
1 Parent(s): 94c08a9

fix requirementsg

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- aiohttp==3.8.4
2
  aiohttp==3.8.6
3
- bark_ssg==1.3.4
4
  faiss_cpu==1.7.4
5
  fastapi==0.104.1
6
  numpy==1.24.3
7
- Pillow==10.0.0
8
  Pillow==10.1.0
9
  pydantic==1.10.7
10
  pymilvus==2.3.3
11
  python-dotenv==1.0.0
12
  scipy==1.11.4
13
  sentence_transformers==2.2.2
 
14
  uvicorn==0.24.0.post1
 
 
1
  aiohttp==3.8.6
 
2
  faiss_cpu==1.7.4
3
  fastapi==0.104.1
4
  numpy==1.24.3
 
5
  Pillow==10.1.0
6
  pydantic==1.10.7
7
  pymilvus==2.3.3
8
  python-dotenv==1.0.0
9
  scipy==1.11.4
10
  sentence_transformers==2.2.2
11
+ git+https://github.com/suno-ai/bark.git
12
  uvicorn==0.24.0.post1