Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch==2.2.2
|
4 |
transformers==4.41.2
|
5 |
-
|
6 |
-
|
7 |
-
matplotlib
|
8 |
-
git+https://github.com/onestardao/WFGY.git@main
|
|
|
1 |
+
wfgy-sdk
|
2 |
+
gradio==4.34.0
|
|
|
3 |
transformers==4.41.2
|
4 |
+
torch==2.2.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
+
numpy<2.0
|
|
|
|