sitammeur commited on
Commit
13f952f
·
verified ·
1 Parent(s): f6223cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ gemma_3_formatter = MessagesFormatter(
59
 
60
 
61
  # Set the title and description
62
- title = "<center>Gemma Llama.cpp</center>"
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.