Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from langchain_core.prompts import PromptTemplate
|
2 |
from langchain_core.runnables import RunnableSequence
|
3 |
-
from
|
4 |
from langchain_community.llms import HuggingFaceEndpoint
|
5 |
-
from streamlit import StreamlitApp, write, text_input, text_area, button, session_state
|
6 |
import os
|
7 |
import time
|
8 |
|
|
|
1 |
from langchain_core.prompts import PromptTemplate
|
2 |
from langchain_core.runnables import RunnableSequence
|
3 |
+
from huggingfacehub import HuggingFaceHub, InferenceApi as InferenceClient
|
4 |
from langchain_community.llms import HuggingFaceEndpoint
|
5 |
+
from streamlit import StreamlitApp, write, text_input, text_area, button, session_state
|
6 |
import os
|
7 |
import time
|
8 |
|