Spaces:
Running
on
Zero
Running
on
Zero
Stanislaw Szymanowicz
commited on
Commit
•
0eb811b
1
Parent(s):
eac1356
Fix requirement versions
Browse files- pre-requirements.txt +2 -2
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
|
|
1 |
+
torch==1.13.0
|
2 |
+
torchvision==0.14.0
|
requirements.txt
CHANGED
@@ -6,5 +6,5 @@ einops
|
|
6 |
imageio
|
7 |
moviepy
|
8 |
markupsafe==2.0.1
|
9 |
-
gradio
|
10 |
rembg
|
|
|
6 |
imageio
|
7 |
moviepy
|
8 |
markupsafe==2.0.1
|
9 |
+
gradio==4.25.0
|
10 |
rembg
|