Spaces:
Runtime error
Runtime error
Vision-CAIR
commited on
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ transformers==4.30.0
|
|
7 |
peft==0.2.0
|
8 |
huggingface_hub
|
9 |
gradio==3.47.1
|
10 |
-
gradio-client==0.6.0
|
|
|
|
|
|
7 |
peft==0.2.0
|
8 |
huggingface_hub
|
9 |
gradio==3.47.1
|
10 |
+
gradio-client==0.6.0
|
11 |
+
Cython==0.29.36
|
12 |
+
spacy==3.0.6 --no-build-isolation
|