Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
•
acdc549
1
Parent(s):
74e7b7c
Update requirements.txt
Browse filesRemoving torchvision from requirements to get the version compatible with fastai
- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -7,13 +7,12 @@ kornia
|
|
7 |
imageio-ffmpeg
|
8 |
einops
|
9 |
gradio
|
|
|
|
|
|
|
10 |
torch
|
11 |
-
torchvision
|
12 |
Pillow
|
13 |
numpy
|
14 |
imageio
|
15 |
nvidia_ml_py3
|
16 |
-
fastcore
|
17 |
-
fastprogress
|
18 |
-
fastai
|
19 |
imstack
|
|
|
7 |
imageio-ffmpeg
|
8 |
einops
|
9 |
gradio
|
10 |
+
fastcore
|
11 |
+
fastprogress
|
12 |
+
fastai
|
13 |
torch
|
|
|
14 |
Pillow
|
15 |
numpy
|
16 |
imageio
|
17 |
nvidia_ml_py3
|
|
|
|
|
|
|
18 |
imstack
|