Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
git+https://github.com/onestardao/WFGY.git@main
|
2 |
gradio==4.28.1
|
|
|
|
|
3 |
numpy
|
|
|
|
1 |
git+https://github.com/onestardao/WFGY.git@main
|
2 |
gradio==4.28.1
|
3 |
+
transformers==4.38.2
|
4 |
+
torch==2.1.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
5 |
numpy
|
6 |
+
matplotlib
|