sashtech commited on
Commit
6eddba2
1 Parent(s): 12244e9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
  gradio==3.50.2
2
  transformers==4.36.2
3
- spacy==3.7.2
 
4
  nltk==3.8.1
5
  torch==2.1.2
6
- git+https://github.com/PrithivirajDamodaran/Gramformer.git
 
 
 
1
  gradio==3.50.2
2
  transformers==4.36.2
3
+ spacy==3.5.3
4
+ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
5
  nltk==3.8.1
6
  torch==2.1.2
7
+ git+https://github.com/PrithivirajDamodaran/Gramformer.git
8
+ typer==0.9.0
9
+ click==8.0.4