rohitdiwane commited on
Commit
69e6f95
·
verified ·
1 Parent(s): 9e80133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
- from langchain import HuggingFaceHub
3
  from langchain import PromptTemplate, LLMChain
 
4
 
5
  def generate_trip_plan(question):
6
  hf_api_key = hf_api_key
 
1
  import gradio as gr
2
+ # from langchain import HuggingFaceHub
3
  from langchain import PromptTemplate, LLMChain
4
+ from langchain_community.llms import HuggingFaceHub
5
 
6
  def generate_trip_plan(question):
7
  hf_api_key = hf_api_key