Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
|
|
7 |
from smolagents import CodeAgent, InferenceClientModel, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
8 |
from huggingface_hub import InferenceClient
|
9 |
import json
|
10 |
-
from
|
11 |
|
12 |
api_url = "https://agents-course-unit4-scoring.hf.space"
|
13 |
questions_url = f"{api_url}/questions"
|
|
|
7 |
from smolagents import CodeAgent, InferenceClientModel, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
8 |
from huggingface_hub import InferenceClient
|
9 |
import json
|
10 |
+
from final_answer import FinalAnswerTool
|
11 |
|
12 |
api_url = "https://agents-course-unit4-scoring.hf.space"
|
13 |
questions_url = f"{api_url}/questions"
|