Spaces:
Runtime error
Runtime error
Commit
·
6ddee5e
1
Parent(s):
3d5d112
Added requirements file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
faiss-cpu
|
4 |
+
Pillow
|
5 |
+
matplotlib
|
6 |
+
torch
|
7 |
+
nltk
|
8 |
+
spacy
|
9 |
+
|