Spaces:
Runtime error
Runtime error
Create new file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
gradio
|
3 |
+
urllib3==1.25.10
|
4 |
+
torch==1.6.0+cpu
|
5 |
+
torchvision===0.7.0+cpu
|
6 |
+
fastai==1.0.61
|
7 |
+
numpy
|
8 |
+
pandas
|