Spaces:
Runtime error
Runtime error
removed gradio and cleared spacy version
Browse filesThe error in the log indicates that the issue might be with the spacy library version. Additionally, I have removed Gradio from the requirements as the version specified in the `readme.md` takes precedence. I recommend upgrading to the latest Gradio version and updating the code accordingly to version `4.31.5`.
- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -6,7 +6,5 @@ accelerate==0.20.3
|
|
6 |
transformers==4.30.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
|
|
|
6 |
transformers==4.30.0
|
7 |
peft==0.2.0
|
8 |
huggingface_hub
|
|
|
|
|
9 |
Cython==0.29.36
|
10 |
+
spacy
|