Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -12
requirements.txt
CHANGED
@@ -1,15 +1,7 @@
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
gradio_client
|
3 |
requests
|
4 |
-
tavily-python
|
5 |
-
smolagents
|
6 |
-
smolagents[transformers]
|
7 |
-
smolagents[audio]
|
8 |
-
smolagents[openai]
|
9 |
-
regex
|
10 |
-
pandas
|
11 |
-
numpy
|
12 |
-
wikipedia-api
|
13 |
-
duckduckgo_search
|
14 |
-
markdownify
|
15 |
python-dotenv
|
|
|
|
1 |
+
transformers
|
2 |
+
huggingface_hub
|
3 |
+
pandas
|
4 |
gradio
|
|
|
5 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
python-dotenv
|
7 |
+
torch # Necesario para ejecutar modelos
|