Update app.py
Browse files
app.py
CHANGED
@@ -34,11 +34,10 @@ hf_hub_download(
|
|
34 |
)
|
35 |
|
36 |
# Set the title and description
|
37 |
-
title = "
|
38 |
-
description = """
|
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 |
|