Akjava commited on
Commit
f7a37df
·
verified ·
1 Parent(s): b943661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,8 +103,8 @@ hf_hub_download(
103
  )
104
 
105
  # Set the title and description
106
- title = "Gemma Llama.cpp"
107
- description = """Gemma 3 is a family of lightweight, multimodal open models that offers advanced capabilities like large context windows and multilingual support, enabling diverse applications on various devices."""
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