Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|