Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=["Cúenta cosas interesantes sobre la Región de Murcia", "¿Qué es una Chirigota?", "Si tengo 8 manzanas, compro una y
|
| 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 vendo 7, ¿cuántas me quedan?"],
|
| 70 |
cache_examples=True,
|
| 71 |
retry_btn=None,
|
| 72 |
undo_btn="Delete Previous",
|