JabrilJacobs commited on
Commit
74e9fb5
·
verified ·
1 Parent(s): 2a76391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import requests
4
  import inspect
5
  import pandas as pd
6
- from typing import TypedDict, Annotated
7
  from smolagents import DuckDuckGoSearchTool
8
  from langchain_community.tools import DuckDuckGoSearchRun
9
  from tools import get_hub_stats
 
3
  import requests
4
  import inspect
5
  import pandas as pd
6
+ from typing import TypedDict, Annotated, Union, Dict, Any
7
  from smolagents import DuckDuckGoSearchTool
8
  from langchain_community.tools import DuckDuckGoSearchRun
9
  from tools import get_hub_stats