zyliu commited on
Commit
adcbd4d
1 Parent(s): f289b70

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,12 +3,13 @@ fastapi==0.111.1
3
  filelock==3.15.4
4
  fire==0.6.0
5
  gradio==4.38.1
6
- numpy==2.0.1
7
  Pillow==10.4.0
8
  pydantic==2.8.2
9
  Requests==2.32.3
10
  spaces==0.28.3
11
  torch==2.0.1
12
  torchvision==0.15.2
 
13
  transformers==4.37.2
14
  uvicorn==0.30.3
 
3
  filelock==3.15.4
4
  fire==0.6.0
5
  gradio==4.38.1
6
+ numpy==1.26.4
7
  Pillow==10.4.0
8
  pydantic==2.8.2
9
  Requests==2.32.3
10
  spaces==0.28.3
11
  torch==2.0.1
12
  torchvision==0.15.2
13
+ sentencepiece=0.1.99
14
  transformers==4.37.2
15
  uvicorn==0.30.3