JackAILab commited on
Commit
1d3ab03
·
verified ·
1 Parent(s): 29219c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -7,9 +7,10 @@ peft
7
  opencv-python
8
  insightface
9
  diffusers
10
- torch
11
- torchvision
12
  transformers
13
- spaces
 
 
14
  huggingface-hub
15
- sentencepiece
 
 
7
  opencv-python
8
  insightface
9
  diffusers
 
 
10
  transformers
11
+ sentencepiece
12
+ gradio==4.37.2
13
+ spaces==0.42.0
14
  huggingface-hub
15
+ fastapi<0.113.0
16
+ uvicorn>=0.14.0