Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
| 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,
|