Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import re
|
|
5 |
import requests
|
6 |
import torch
|
7 |
import streamlit as st
|
8 |
-
from
|
9 |
from langchain.llms import HuggingFacePipeline
|
10 |
from langchain_core.prompts import PromptTemplate
|
11 |
from langchain_core.output_parsers import StrOutputParser
|
|
|
5 |
import requests
|
6 |
import torch
|
7 |
import streamlit as st
|
8 |
+
from langchain_community.llms import HuggingFaceEndpoint
|
9 |
from langchain.llms import HuggingFacePipeline
|
10 |
from langchain_core.prompts import PromptTemplate
|
11 |
from langchain_core.output_parsers import StrOutputParser
|