dkdaniz commited on
Commit
3ef65c0
1 Parent(s): 0651cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def generate_text(message, history):
59
 
60
  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=["tell me everything about llamas"],
65
  cache_examples=True,
 
59
 
60
  demo = gr.ChatInterface(
61
  generate_text,
62
+ title="Katara Project",
63
  description="Running LLM with https://github.com/abetlen/llama-cpp-python",
64
  examples=["tell me everything about llamas"],
65
  cache_examples=True,