Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -3,15 +3,16 @@ ninja
|
|
3 |
opencv-python
|
4 |
open_clip_torch
|
5 |
fastapi
|
6 |
-
gradio==
|
7 |
-
|
|
|
|
|
8 |
markdown2[all]
|
9 |
numpy==1.26.4
|
10 |
requests
|
11 |
sentencepiece
|
12 |
torch==2.3.1
|
13 |
torchvision==0.18.1
|
14 |
-
uvicorn
|
15 |
wandb==0.16.5
|
16 |
deepspeed==0.12.2
|
17 |
peft==0.4.0
|
|
|
3 |
opencv-python
|
4 |
open_clip_torch
|
5 |
fastapi
|
6 |
+
gradio==5.44.1
|
7 |
+
gradio-client==1.12.1
|
8 |
+
uvicorn==0.30.6
|
9 |
+
websockets==10.4
|
10 |
markdown2[all]
|
11 |
numpy==1.26.4
|
12 |
requests
|
13 |
sentencepiece
|
14 |
torch==2.3.1
|
15 |
torchvision==0.18.1
|
|
|
16 |
wandb==0.16.5
|
17 |
deepspeed==0.12.2
|
18 |
peft==0.4.0
|