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

fix namepath

Browse files
db/{generate_audio.py → make_audio.py} RENAMED
File without changes
requirements.txt CHANGED
@@ -1,6 +1,14 @@
1
- sentence_transformers==2.2.2
 
 
 
2
  fastapi==0.104.1
 
 
 
 
 
 
 
 
3
  uvicorn==0.24.0.post1
4
- python-multipart==0.0.6
5
- faiss-cpu==1.7.4
6
- pymilvus==2.3.3
 
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