Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
-
torch==2.0.1
|
|
|
3 |
pandas
|
4 |
Pillow
|
5 |
requests
|
|
|
1 |
gradio
|
2 |
+
torch==2.0.1+cpu
|
3 |
+
torchvision==0.15.2+cpu
|
4 |
pandas
|
5 |
Pillow
|
6 |
requests
|