Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ gemma_3_formatter = MessagesFormatter(
|
|
59 |
|
60 |
|
61 |
# Set the title and description
|
62 |
-
title = "
|
63 |
description = """Google released **[Gemma 3](https://blog.google/technology/developers/gemma-3/)**, a family of multimodal models that offers advanced capabilities like large context and multilingual support.
|
64 |
This interactive chat interface allows you to experiment with the [`gemma-3-1b-it`](https://huggingface.co/google/gemma-3-1b-it) text model using various prompts and generation parameters.
|
65 |
Users can select different model variants (GGUF format), system prompts, and observe generated responses in real-time.
|
|
|
59 |
|
60 |
|
61 |
# Set the title and description
|
62 |
+
title = "Gemma Llama.cpp"
|
63 |
description = """Google released **[Gemma 3](https://blog.google/technology/developers/gemma-3/)**, a family of multimodal models that offers advanced capabilities like large context and multilingual support.
|
64 |
This interactive chat interface allows you to experiment with the [`gemma-3-1b-it`](https://huggingface.co/google/gemma-3-1b-it) text model using various prompts and generation parameters.
|
65 |
Users can select different model variants (GGUF format), system prompts, and observe generated responses in real-time.
|