rohitdiwane commited on
Commit
19683e9
·
verified ·
1 Parent(s): e2cd0b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  def generate_trip_plan(question):
2
  hf_api_key = hf_api_key
3
  repo_id = 'tiiuae/falcon-7b'
 
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
7
  repo_id = 'tiiuae/falcon-7b'