staraks commited on
Commit
44b20ba
·
verified ·
1 Parent(s): c5f52ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- fastapi<0.100 # works with pydantic v1.x installed in Spaces
2
  uvicorn>=0.14.0
3
- python-multipart # needed for file uploads
4
 
5
  transformers>=4.40.0
6
- torch # CPU or GPU, Spaces base image usually handles this
7
  soundfile
8
  pydub
9
 
10
- pyzipper # password-protected ZIPs
11
- python-docx # create Word .docx
12
  tqdm
13
- spaces # optional, but nice for HF
 
1
+ fastapi<0.100
2
  uvicorn>=0.14.0
3
+ python-multipart
4
 
5
  transformers>=4.40.0
6
+ torch
7
  soundfile
8
  pydub
9
 
10
+ pyzipper
11
+ python-docx
12
  tqdm
13
+ spaces