Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
# --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
# torch==1.12.1
|
| 3 |
# torchvision==0.13.1
|
|
|
|
|
|
|
| 4 |
torch
|
| 5 |
torchvision
|
|
|
|
|
|
|
| 6 |
albumentations==0.4.3
|
| 7 |
opencv-python
|
| 8 |
pudb==2019.2
|
| 9 |
imageio==2.9.0
|
| 10 |
imageio-ffmpeg==0.4.2
|
| 11 |
-
pytorch-lightning==1.4.2
|
| 12 |
omegaconf==2.1.1
|
| 13 |
test-tube>=0.7.5
|
| 14 |
streamlit>=0.73.1
|
|
@@ -27,7 +30,6 @@ lovely-numpy>=0.2.8
|
|
| 27 |
lovely-tensors>=0.1.14
|
| 28 |
plotly==5.13.1
|
| 29 |
Pillow==9.5.0
|
| 30 |
-
gradio==3.37.0
|
| 31 |
ultralytics==8.0.120
|
| 32 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
| 33 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
|
| 1 |
# --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
# torch==1.12.1
|
| 3 |
# torchvision==0.13.1
|
| 4 |
+
# pytorch-lightning==1.4.2
|
| 5 |
+
# gradio==3.37.0
|
| 6 |
torch
|
| 7 |
torchvision
|
| 8 |
+
pytorch-lightning
|
| 9 |
+
gradio
|
| 10 |
albumentations==0.4.3
|
| 11 |
opencv-python
|
| 12 |
pudb==2019.2
|
| 13 |
imageio==2.9.0
|
| 14 |
imageio-ffmpeg==0.4.2
|
|
|
|
| 15 |
omegaconf==2.1.1
|
| 16 |
test-tube>=0.7.5
|
| 17 |
streamlit>=0.73.1
|
|
|
|
| 30 |
lovely-tensors>=0.1.14
|
| 31 |
plotly==5.13.1
|
| 32 |
Pillow==9.5.0
|
|
|
|
| 33 |
ultralytics==8.0.120
|
| 34 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
| 35 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|