Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from smolagents import DuckDuckGoSearchTool
|
|
8 |
import threading
|
9 |
from typing import Dict, List, Optional, Tuple
|
10 |
import json
|
|
|
11 |
|
12 |
# --- Constants ---
|
13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
8 |
import threading
|
9 |
from typing import Dict, List, Optional, Tuple
|
10 |
import json
|
11 |
+
from huggingface_hub import InferenceClient
|
12 |
|
13 |
# --- Constants ---
|
14 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|