anupom100 commited on
Commit
e92f6c8
·
verified ·
1 Parent(s): ebb2eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -12,8 +12,6 @@ from tools import search_tool, weather_info_tool, hub_stats_tool
12
  from retriever import guest_info_tool
13
  import gradio as gr
14
 
15
- from langchain_groq import ChatGroq
16
-
17
  from langchain_google_genai import ChatGoogleGenerativeAI
18
 
19
 
 
12
  from retriever import guest_info_tool
13
  import gradio as gr
14
 
 
 
15
  from langchain_google_genai import ChatGoogleGenerativeAI
16
 
17