Maxenoz commited on
Commit
cc1aeb2
·
verified ·
1 Parent(s): 8605610

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.109.1
2
+ uvicorn[standard]==0.23.2
3
+ openai==1.29.0
4
+ torch==2.1.0
5
+ transformers==4.33.2
6
+ diffusers==0.22.1
7
+ Pillow==10.1.0
8
+ numpy==1.26.1
9
+ scipy==1.11.0
10
+ soundfile==0.12.1