Spaces:
Runtime error
Runtime error
StarAtNyte1
commited on
Commit
•
69bc195
1
Parent(s):
b2b38c4
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
-
|
|
|
2 |
gradio
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=0.12.1
|
2 |
+
torchvision>=0.13.1
|
3 |
gradio
|
4 |
+
Pillow
|
5 |
+
opencv-python
|
6 |
+
numpy
|
7 |
+
PyYAML
|
8 |
+
seaborn
|
9 |
+
pandas
|
10 |
+
matplotlib
|
11 |
+
scipy
|
12 |
+
psutil
|
13 |
+
ipython
|