Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
tensorflow-cpu
|
3 |
Pillow
|
4 |
numpy
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/cpu
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
gradio
|
|
|
5 |
Pillow
|
6 |
numpy
|