Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
|
|
1 |
deoldify
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
fastai==1.0.61
|
6 |
scipy
|
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
fastai>=2.5.0
|
3 |
deoldify
|
4 |
+
ffmpeg-python
|
5 |
+
numpy
|
6 |
+
Pillow
|
|
|
7 |
scipy
|
8 |
+
opencv-python
|