Create requirements.txt txt
Browse files- requirements.txt txt +7 -0
requirements.txt txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0,<5.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
+
opencv-python-headless>=4.9.0
|
| 5 |
+
pillow>=10.0.0
|
| 6 |
+
numpy>=1.26.0
|
| 7 |
+
git+https://github.com/TachibanaYoshino/AnimeGANv2.git
|