Spaces:
Running
Running
add title and description
Browse files
app.py
CHANGED
|
@@ -132,4 +132,6 @@ gr.Interface(
|
|
| 132 |
gr.Number(label="Max output characters", value=default_max_characters),
|
| 133 |
],
|
| 134 |
outputs=[gr.JSON(label="Relevant chunks")],
|
|
|
|
|
|
|
| 135 |
).launch()
|
|
|
|
| 132 |
gr.Number(label="Max output characters", value=default_max_characters),
|
| 133 |
],
|
| 134 |
outputs=[gr.JSON(label="Relevant chunks")],
|
| 135 |
+
title="RAG Community Tool Template demo",
|
| 136 |
+
description="This is a demo of the RAG Community Tool Template. To use RAG in HuggingChat with your own documents, start by cloning this space, add your documents to the `sources` folder, and then create a community tool with this space!",
|
| 137 |
).launch()
|