Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,6 +4,8 @@ pandas>=2.0.0
|
|
4 |
openpyxl>=3.1.2
|
5 |
accelerate # För Gemma och effektiv laddning
|
6 |
requests>=2.31.0
|
|
|
7 |
gradio>=4.21.0
|
8 |
-
tavily-python # <---
|
|
|
9 |
|
|
|
4 |
openpyxl>=3.1.2
|
5 |
accelerate # För Gemma och effektiv laddning
|
6 |
requests>=2.31.0
|
7 |
+
huggingface_hub # Se till att denna finns för InferenceClient
|
8 |
gradio>=4.21.0
|
9 |
+
tavily-python # <--- Befintlig för Tavily sökmotor
|
10 |
+
smolagents # <--- NYTT: Lägg till denna rad
|
11 |
|