Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
gradio==3.31.0
|
2 |
transformers==4.27.2
|
3 |
torch==2.0.0
|
4 |
-
pandas==1.5.3
|
5 |
matplotlib==3.7.1
|
6 |
scikit-learn==1.2.2
|
7 |
opencv-python==4.7.0.72
|
8 |
wikipedia==1.4.0
|
9 |
requests==2.28.2
|
10 |
beautifulsoup4==4.11.2
|
|
|
|
|
|
|
|
1 |
gradio==3.31.0
|
2 |
transformers==4.27.2
|
3 |
torch==2.0.0
|
|
|
4 |
matplotlib==3.7.1
|
5 |
scikit-learn==1.2.2
|
6 |
opencv-python==4.7.0.72
|
7 |
wikipedia==1.4.0
|
8 |
requests==2.28.2
|
9 |
beautifulsoup4==4.11.2
|
10 |
+
numpy==1.23.5
|
11 |
+
pandas==1.5.3
|
12 |
+
|