LuxExistentia
commited on
Commit
•
5d82e2d
1
Parent(s):
2b7bb94
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
gradio
|
3 |
+
PIL
|
4 |
+
timm
|
5 |
+
numpy
|
6 |
+
onnx
|
7 |
+
onnxruntime
|