Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,6 @@ demo = gr.ChatInterface(
|
|
61 |
generate_text,
|
62 |
title="llama-cpp-python on GPU",
|
63 |
description="Running LLM with https://github.com/abetlen/llama-cpp-python",
|
64 |
-
examples=["Hello", "Am I cool?", "Are tomatoes vegetables?"],
|
65 |
-
cache_examples=True,
|
66 |
retry_btn=None,
|
67 |
undo_btn="Delete Previous",
|
68 |
clear_btn="Clear",
|
|
|
61 |
generate_text,
|
62 |
title="llama-cpp-python on GPU",
|
63 |
description="Running LLM with https://github.com/abetlen/llama-cpp-python",
|
|
|
|
|
64 |
retry_btn=None,
|
65 |
undo_btn="Delete Previous",
|
66 |
clear_btn="Clear",
|