radames commited on
Commit
26cd590
·
1 Parent(s): 2a43474

Update app.py

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