Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from langchain_community.llms import HuggingFaceEndpoint
|
| 3 |
-
from huggingface_hub import
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
import os
|
| 6 |
|
|
|
|
| 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
|
| 6 |
|