Comment ex
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ demo = gr.ChatInterface(
|
|
| 59 |
generate_text,
|
| 60 |
title="llama-cpp-python on GPU",
|
| 61 |
description="Running LLM with https://github.com/abetlen/llama-cpp-python",
|
| 62 |
-
examples=[["tell me everything about llamas"]],
|
| 63 |
cache_examples=True,
|
| 64 |
retry_btn=None,
|
| 65 |
undo_btn="Delete Previous",
|
|
|
|
| 59 |
generate_text,
|
| 60 |
title="llama-cpp-python on GPU",
|
| 61 |
description="Running LLM with https://github.com/abetlen/llama-cpp-python",
|
| 62 |
+
# examples=[["tell me everything about llamas"]],
|
| 63 |
cache_examples=True,
|
| 64 |
retry_btn=None,
|
| 65 |
undo_btn="Delete Previous",
|