Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
onnxruntime-gpu>=1.17
|
3 |
+
torchvision>=0.17.1
|
4 |
+
matplotlib>=3.8.3
|
5 |
+
numpy>=1.26.4
|
6 |
+
pillow>=10.2.0
|
7 |
+
gradio>=4.29.0
|
8 |
+
spaces>=0.28.3
|