yoshizen commited on
Commit
c6b4ba2
·
verified ·
1 Parent(s): af88fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 agent import EnhancedGAIAAgent # Импорт из отдельного файла
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"