precison9 commited on
Commit
2dd866a
·
verified ·
1 Parent(s): 045676c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -2,7 +2,13 @@ Flask
2
  numpy
3
  torch
4
  gunicorn
5
-
 
 
 
 
 
 
6
  librosa==0.10.1
7
  numba==0.56.4
8
  scipy
 
2
  numpy
3
  torch
4
  gunicorn
5
+ fastapi
6
+ uvicorn
7
+ pydantic "pydantic[email]" typing-extensions
8
+ langchain
9
+ langchain_groq
10
+ langchain-core
11
+ pymongo
12
  librosa==0.10.1
13
  numba==0.56.4
14
  scipy