Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
|
|
| 7 |
import streamlit as st
|
| 8 |
from langchain_core.prompts import PromptTemplate
|
| 9 |
from langchain_core.runnables import RunnableSequence
|
| 10 |
-
from
|
| 11 |
|
| 12 |
from prompts import (
|
| 13 |
ACTION_PROMPT,
|
|
|
|
| 7 |
import streamlit as st
|
| 8 |
from langchain_core.prompts import PromptTemplate
|
| 9 |
from langchain_core.runnables import RunnableSequence
|
| 10 |
+
from langchain_community.llms import HuggingFaceEndpoint
|
| 11 |
|
| 12 |
from prompts import (
|
| 13 |
ACTION_PROMPT,
|