Spaces:
Running
Running
requirements.txt fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
|
|
1 |
transformers
|
2 |
datasets
|
3 |
torch
|
4 |
gradio
|
5 |
-
llama-cpp-python
|
6 |
numpy
|
7 |
huggingface_hub
|
8 |
-
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
|
|
1 |
+
llama-cpp-python
|
2 |
+
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
3 |
transformers
|
4 |
datasets
|
5 |
torch
|
6 |
gradio
|
|
|
7 |
numpy
|
8 |
huggingface_hub
|
|