angeetoile commited on
Commit
301c970
·
verified ·
1 Parent(s): 968e2d4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
  fastapi
2
  uvicorn
3
- transformers
4
- torch
5
  accelerate
6
  pillow
7
  soundfile
8
  librosa
9
- python-multipart
 
 
 
 
 
 
 
1
  fastapi
2
  uvicorn
 
 
3
  accelerate
4
  pillow
5
  soundfile
6
  librosa
7
+ pydantic
8
+ groq
9
+ httpx>=0.24.0
10
+ requests
11
+ aiohttp
12
+ python-multipart
13
+ huggingface-hub