Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from
|
| 3 |
from huggingface_hub import InferenceAPI
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
import os
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from langchain_community.llms import HuggingFaceEndpoint
|
| 3 |
from huggingface_hub import InferenceAPI
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
import os
|