Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
|
2 |
gradio
|
3 |
numpy
|
|
|
|
|
|
|
4 |
pillow
|
5 |
-
|
6 |
|
7 |
|
8 |
torch==2.0.1
|
|
|
1 |
+
|
2 |
gradio
|
3 |
numpy
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
matplotlib
|
7 |
pillow
|
8 |
+
spaces
|
9 |
|
10 |
|
11 |
torch==2.0.1
|