pedro-thenewsroom commited on
Commit
923778a
·
verified ·
1 Parent(s): 27a35d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
  fastapi>=0.68.0
2
  uvicorn>=0.15.0
 
3
  datasets>=2.14.0
4
  scikit-learn>=1.0.2
5
  pydantic>=1.10.0
6
  python-dotenv>=1.0.0
 
7
  requests>=2.31.0
 
8
  sentence-transformers>=3.4.1
9
  numpy>=2.0.0
10
  torch>=2.6.0
 
1
  fastapi>=0.68.0
2
  uvicorn>=0.15.0
3
+ codecarbon>=2.3.1
4
  datasets>=2.14.0
5
  scikit-learn>=1.0.2
6
  pydantic>=1.10.0
7
  python-dotenv>=1.0.0
8
+ gradio>=4.0.0
9
  requests>=2.31.0
10
+ librosa==0.10.2.post1
11
  sentence-transformers>=3.4.1
12
  numpy>=2.0.0
13
  torch>=2.6.0