Spaces:
Runtime error
Runtime error
Update description
Browse files- .gitignore +1 -0
- app.py +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__
|
app.py
CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks(
|
|
231 |
secondary_hue=gr.themes.colors.blue,
|
232 |
)
|
233 |
) as demo:
|
234 |
-
gr.Markdown("# 🗺️ AI Travel Planner 🏕️\nThis personal travel planner is based on Mixtral-8x7B, called through the Hugging Face API. Describe your ideal trip below, and let our AI assistant guide you!\n Beware
|
235 |
text = gr.Textbox(
|
236 |
label="Describe your ideal trip:",
|
237 |
value=description_taiwan,
|
|
|
231 |
secondary_hue=gr.themes.colors.blue,
|
232 |
)
|
233 |
) as demo:
|
234 |
+
gr.Markdown("# 🗺️ AI Travel Planner 🏕️\nThis personal travel planner is based on Mixtral-8x7B, called through the Hugging Face API. Describe your ideal trip below, and let our AI assistant guide you!\n Beware, the model does not really have access to train or plane schedules, it is relying on general world knowledge for its propositions.")
|
235 |
text = gr.Textbox(
|
236 |
label="Describe your ideal trip:",
|
237 |
value=description_taiwan,
|