deepakbatham572 commited on
Commit
7c0c8d9
·
verified ·
1 Parent(s): ba5128f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from langchain.llms import HuggingFaceEndpoint
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