Raffaele Terribile commited on
Elimina le prove fatte
Browse files- app.py +0 -2
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -6,8 +6,6 @@ import pandas as pd
|
|
| 6 |
|
| 7 |
from smolagents import CodeAgent, InferenceClientModel, VisitWebpageTool, PythonInterpreterTool, WebSearchTool, WikipediaSearchTool, FinalAnswerTool, Tool, tool # GoogleSearchTool (usa SERPAPI_API_KEY), DuckDuckGoSearchTool
|
| 8 |
|
| 9 |
-
huggingface-cli login
|
| 10 |
-
|
| 11 |
# (Keep Constants as is)
|
| 12 |
# --- Constants ---
|
| 13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 6 |
|
| 7 |
from smolagents import CodeAgent, InferenceClientModel, VisitWebpageTool, PythonInterpreterTool, WebSearchTool, WikipediaSearchTool, FinalAnswerTool, Tool, tool # GoogleSearchTool (usa SERPAPI_API_KEY), DuckDuckGoSearchTool
|
| 8 |
|
|
|
|
|
|
|
| 9 |
# (Keep Constants as is)
|
| 10 |
# --- Constants ---
|
| 11 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
requirements.txt
CHANGED
|
@@ -4,4 +4,4 @@ pandas
|
|
| 4 |
smolagents
|
| 5 |
wikipedia-api
|
| 6 |
# duckduckgo-search
|
| 7 |
-
huggingface_hub
|
|
|
|
| 4 |
smolagents
|
| 5 |
wikipedia-api
|
| 6 |
# duckduckgo-search
|
| 7 |
+
# huggingface_hub
|