Update app.py
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ hf_hub_download(
|
|
103 |
)
|
104 |
|
105 |
# Set the title and description
|
106 |
-
title = "
|
107 |
-
description = """
|
108 |
|
109 |
|
110 |
llm = None
|
|
|
103 |
)
|
104 |
|
105 |
# Set the title and description
|
106 |
+
title = "Gemma3-1B llama.cpp on cpu rag"
|
107 |
+
description = """This is prompt version rag.\n fast and stable than [smolagent version](https://huggingface.co/spaces/Akjava/Gemma3-1B-llamacpp-cpu-rag-smolagents)"""
|
108 |
|
109 |
|
110 |
llm = None
|