sithumonline commited on
Commit
2df91cb
1 Parent(s): 6b33574

Give single line

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",