Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
transformers
|
4 |
duckduckgo_search
|
5 |
moviepy
|
@@ -11,6 +16,4 @@ scikit-learn
|
|
11 |
numpy
|
12 |
wikipedia
|
13 |
spacy
|
14 |
-
torch
|
15 |
-
smolagents
|
16 |
-
chess
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
huggingface_hub>=0.17.0
|
3 |
+
requests>=2.31.0
|
4 |
+
pillow
|
5 |
+
python-chess
|
6 |
+
pandas
|
7 |
+
smolagent
|
8 |
transformers
|
9 |
duckduckgo_search
|
10 |
moviepy
|
|
|
16 |
numpy
|
17 |
wikipedia
|
18 |
spacy
|
19 |
+
torch
|
|
|
|