Spaces:
Running on L4
Running on L4
Fix: Update deprecated APIs and dependencies
#98
by akseljoonas HF Staff - opened
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
opencv-python
|
| 2 |
ffmpeg-python
|
| 3 |
moviepy==1.0.3
|
| 4 |
-
-
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
git+https://github.com/huggingface/diffusers
|
|
|
|
| 1 |
opencv-python
|
| 2 |
ffmpeg-python
|
| 3 |
moviepy==1.0.3
|
| 4 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
git+https://github.com/huggingface/diffusers
|