apruvd commited on
Commit
e605fea
·
1 Parent(s): 8396003

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- !pip install gradio
2
- !pip install keybert
3
- !pip install keybert[flair]
4
- !pip install keybert[gensim]
5
- !pip install keybert[spacy]
6
- !pip install keybert[use]
7
- !pip install git+https://github.com/openai/whisper.git -q
8
  !nvidia-smi
9
- !pip install diffusers==0.11.1
10
- !pip install transformers scipy ftfy accelerate
 
1
+ gradio
2
+ keybert
3
+ keybert[flair]
4
+ keybert[gensim]
5
+ keybert[spacy]
6
+ keybert[use]
7
+ git+https://github.com/openai/whisper.git -q
8
  !nvidia-smi
9
+ diffusers==0.11.1
10
+ transformers scipy ftfy accelerate