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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_text(message, history):
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,
66
  retry_btn=None,
 
60
  demo = gr.ChatInterface(
61
  generate_text,
62
  title="Katara Project",
63
+ description="LLM of project https://katara.earth/",
64
  examples=["tell me everything about llamas"],
65
  cache_examples=True,
66
  retry_btn=None,