Spaces:
Runtime error
Runtime error
update imports
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from langchain.schema import (
|
|
| 15 |
SystemMessage
|
| 16 |
)
|
| 17 |
|
| 18 |
-
from
|
| 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 |
|