APRG commited on
Commit
a5d5de1
·
verified ·
1 Parent(s): b0ae303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, LiteLLMModel
7
- from smolagents import CodeAgent, InferenceClientModel, PythonInterpreterTool
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 ---