Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
gradio==2.6.2
|
2 |
-
|
|
|
3 |
thefuzz==0.19.0
|
4 |
torch==1.10.1
|
5 |
transformers==4.15.0
|
|
|
|
1 |
gradio==2.6.2
|
2 |
+
scikit_learn==1.0.2
|
3 |
+
scipy==1.6.1
|
4 |
thefuzz==0.19.0
|
5 |
torch==1.10.1
|
6 |
transformers==4.15.0
|
7 |
+
wikipedia==1.4.0
|