Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
|
|
3 |
import requests
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
-
from tools import InternetSearchTool, WebscraperTool, ExcelTool, WikipediaTool, MediaTool
|
7 |
-
from smolagents import CodeAgent,
|
8 |
|
9 |
# (Keep Constants as is)
|
10 |
# --- Constants ---
|
|
|
3 |
import requests
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
+
from tools import InternetSearchTool, WebscraperTool, ExcelTool, WikipediaTool, MediaTool
|
7 |
+
from smolagents import CodeAgent, LiteLLMModel, PythonInterpreterTool
|
8 |
|
9 |
# (Keep Constants as is)
|
10 |
# --- Constants ---
|