Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ hf_hub_download(
|
|
103 |
)
|
104 |
|
105 |
# Set the title and description
|
106 |
-
title = "Gemma3-
|
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).but the prompt needs significant improvement."""
|
108 |
|
109 |
|
|
|
103 |
)
|
104 |
|
105 |
# Set the title and description
|
106 |
+
title = "Gemma3-4B 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).but the prompt needs significant improvement."""
|
108 |
|
109 |
|