Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import requests
|
|
6 |
import gradio as gr
|
7 |
import pandas as pd
|
8 |
from typing import List, Dict, Any, Optional, Union, Callable, Tuple
|
9 |
-
from
|
10 |
|
11 |
# Константы
|
12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
6 |
import gradio as gr
|
7 |
import pandas as pd
|
8 |
from typing import List, Dict, Any, Optional, Union, Callable, Tuple
|
9 |
+
from agent_gaia import GAIAExpertAgent as OptimizedGAIAAgent
|
10 |
|
11 |
# Константы
|
12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|