ysharma HF staff commited on
Commit
c2d856e
β€’
1 Parent(s): d77a630

removed gradio and cleared spacy version

Browse files

The 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`.

Files changed (1) hide show
  1. 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==3.0.6
 
6
  transformers==4.30.0
7
  peft==0.2.0
8
  huggingface_hub
 
 
9
  Cython==0.29.36
10
+ spacy