Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +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
|