piusanalytics commited on
Commit
df111aa
·
verified ·
1 Parent(s): c5d3a1f

update imports

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.schema import (
15
  SystemMessage
16
  )
17
 
18
- from langchain.llms import GooglePalm
19
  from langchain.memory import ConversationBufferWindowMemory
20
  import gradio as gr
21
 
 
15
  SystemMessage
16
  )
17
 
18
+ from langchain_community.llms import GooglePalm
19
  from langchain.memory import ConversationBufferWindowMemory
20
  import gradio as gr
21