posterllava commited on
Commit
d778630
·
verified ·
1 Parent(s): 5915821

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  pip
3
  einops
4
  fastapi
5
- gradio==3.35.2
6
  markdown2[all]
7
  numpy
8
  requests
@@ -10,6 +10,7 @@ sentencepiece
10
  tokenizers==0.13.3
11
  torch==2.0.1
12
  torchvision==0.15.2
 
13
  ninja
14
  wandb
15
  shortuuid
@@ -24,5 +25,6 @@ sentencepiece==0.1.99
24
  einops==0.6.1
25
  einops-exts==0.0.4
26
  timm==0.6.13
27
- gradio_client==0.2.9
28
- typing_extensions==4.6.3
 
 
2
  pip
3
  einops
4
  fastapi
5
+ uvicorn
6
  markdown2[all]
7
  numpy
8
  requests
 
10
  tokenizers==0.13.3
11
  torch==2.0.1
12
  torchvision==0.15.2
13
+ uvicorn
14
  ninja
15
  wandb
16
  shortuuid
 
25
  einops==0.6.1
26
  einops-exts==0.0.4
27
  timm==0.6.13
28
+ typing_extensions==4.6.3
29
+ gradio==3.35.2
30
+ gradio_client==0.2.9