Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
torch==2.0.0
|
4 |
Pillow
|
5 |
numpy
|
6 |
matplotlib
|
7 |
opencv-python
|
8 |
imageio
|
9 |
-
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
|
|
2 |
Pillow
|
3 |
numpy
|
4 |
matplotlib
|
5 |
opencv-python
|
6 |
imageio
|
7 |
+
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
transformers
|
11 |
+
accelerate
|