sitammeur commited on
Commit
e5650ce
·
verified ·
1 Parent(s): eefa060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -34,11 +34,10 @@ hf_hub_download(
34
  )
35
 
36
  # Set the title and description
37
- title = "Gemma3 Llama.cpp"
38
- description = """SmolLM2, a family of three small language models, performs well in instruction following and reasoning. The largest model significantly improves over its predecessor through advanced training techniques."""
39
 
40
 
41
- # Download gguf model files
42
  llm = None
43
  llm_model = None
44
 
 
34
  )
35
 
36
  # Set the title and description
37
+ title = "Gemma Llama.cpp"
38
+ 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."""
39
 
40
 
 
41
  llm = None
42
  llm_model = None
43