mrm8488 commited on
Commit
f4803f7
·
1 Parent(s): 126ed4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ demo = gr.ChatInterface(
66
  generate_text,
67
  title="llama-2 🦙 7B chat cpp on GPU",
68
  description="Running LLM with https://github.com/abetlen/llama-cpp-python",
69
- examples=["tell me everything about llamas"],
70
  cache_examples=True,
71
  retry_btn=None,
72
  undo_btn="Delete Previous",
 
66
  generate_text,
67
  title="llama-2 🦙 7B chat cpp on GPU",
68
  description="Running LLM with https://github.com/abetlen/llama-cpp-python",
69
+ examples=["Cúenta cosas interesantes sobre la Región de Murcia", "¿Qué es una Chirigota?", "Si tengo 8 manzanas, compro una y vendor 7, ¿cuántas me quedan?"],
70
  cache_examples=True,
71
  retry_btn=None,
72
  undo_btn="Delete Previous",