tatianija commited on
Commit
7067f57
·
verified ·
1 Parent(s): 3164d5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"