Raffaele Terribile
commited on
Prova con il login di HuggingFace-CLI
Browse files
app.py
CHANGED
@@ -6,9 +6,7 @@ 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 |
-
|
10 |
-
|
11 |
-
notebook_login()
|
12 |
|
13 |
# (Keep Constants as is)
|
14 |
# --- Constants ---
|
|
|
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 ---
|