Boka73 commited on
Commit
8c43ab9
·
verified ·
1 Parent(s): 423be09

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -11
requirements.txt CHANGED
@@ -1,13 +1,43 @@
 
1
  gradio[oauth,mcp]
2
- huggingface_hub>=0.25.0
 
3
  spaces
4
- torch
5
- torchvision
6
- onnxruntime
7
- opencv-python
8
- numpy
9
- Pillow
10
- uvicorn
11
- websockets
12
- protobuf
13
- click
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
  gradio[oauth,mcp]
3
+ # Hugging Face integration
4
+ huggingface_hub>=0.23.0
5
  spaces
6
+ numpy==1.24.3
7
+ opencv-python==4.8.0.74
8
+ onnx==1.14.0
9
+ insightface==0.7.3
10
+ psutil==5.9.5
11
+ tk==0.1.0
12
+ customtkinter==5.2.0
13
+ tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
14
+ tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
+ pillow==10.0.0
16
+ onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
17
+ onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
18
+ onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
19
+ onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
20
+ tensorflow==2.13.0
21
+ opennsfw2==0.10.2
22
+ protobuf==4.23.4
23
+ tqdm==4.65.0
24
+ gfpgan==1.3.8
25
+ numpy==1.24.3
26
+ opencv-python==4.8.0.74
27
+ onnx==1.14.0
28
+ insightface==0.7.3
29
+ psutil==5.9.5
30
+ tk==0.1.0
31
+ customtkinter==5.2.0
32
+ tkinterdnd2==0.3.0
33
+ onnxruntime==1.15.0
34
+ tensorflow==2.13.0
35
+ opennsfw2==0.10.2
36
+ protobuf==4.23.4
37
+ tqdm==4.65.0
38
+ setuptools
39
+ wheel
40
+ python-3.10
41
+ pip>=24.0
42
+ setuptools>=70.0.0
43
+ wheel