Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- 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==
|
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
|