JabrilJacobs commited on
Commit
df2df29
·
verified ·
1 Parent(s): cab0145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import pandas as pd
6
  from smolagents import DuckDuckGoSearchTool
7
  from tools import get_hub_stats
8
  from langchain.tools import Tool
 
9
 
10
  # (Keep Constants as is)
11
  # --- Constants ---
 
6
  from smolagents import DuckDuckGoSearchTool
7
  from tools import get_hub_stats
8
  from langchain.tools import Tool
9
+ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
10
 
11
  # (Keep Constants as is)
12
  # --- Constants ---