Spaces:
Sleeping
Sleeping
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 |
-
import smolagents #to test
|
7 |
-
|
8 |
#from first agent: from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
9 |
|
10 |
# (Keep Constants as is)
|
|
|
3 |
import requests
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
+
#import smolagents #to test
|
7 |
+
from smolagents import CodeAgent, InferenceClientModel
|
8 |
#from first agent: from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
9 |
|
10 |
# (Keep Constants as is)
|