Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import requests
|
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
|
|
|
|
|
7 |
from smolagents import CodeAgent
|
8 |
from smolagents import OpenAIServerModel
|
9 |
from smolagents import Tool
|
@@ -56,8 +58,6 @@ def get_GAIA_dataset_file(file_name: str):
|
|
56 |
|
57 |
return response
|
58 |
|
59 |
-
|
60 |
-
|
61 |
class BasicAgent:
|
62 |
def __init__(self):
|
63 |
print("Starting the initialization of model.")
|
|
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
|
7 |
+
from huggingface_hub import hf_hub_download
|
8 |
+
|
9 |
from smolagents import CodeAgent
|
10 |
from smolagents import OpenAIServerModel
|
11 |
from smolagents import Tool
|
|
|
58 |
|
59 |
return response
|
60 |
|
|
|
|
|
61 |
class BasicAgent:
|
62 |
def __init__(self):
|
63 |
print("Starting the initialization of model.")
|