Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -10,7 +10,8 @@ customtkinter==5.2.0
|
|
| 10 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
| 11 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 12 |
pillow==10.0.0
|
| 13 |
-
onnxruntime
|
|
|
|
| 14 |
tensorflow==2.13.0
|
| 15 |
opennsfw2==0.10.2
|
| 16 |
protobuf==4.23.4
|
|
|
|
| 10 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
| 11 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 12 |
pillow==10.0.0
|
| 13 |
+
onnxruntime
|
| 14 |
+
onnxruntime-gpu
|
| 15 |
tensorflow==2.13.0
|
| 16 |
opennsfw2==0.10.2
|
| 17 |
protobuf==4.23.4
|