Kukedlc commited on
Commit
d994f87
·
verified ·
1 Parent(s): 7ed5b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def responder(
87
  salida += fragmento
88
  yield salida
89
 
90
- descripcion = """<p align="center">Chat con Gemma 2B usando llama.cpp</p>
91
  <p><center>
92
  <a href="https://huggingface.co/google/gemma-2-2b-it" target="_blank">[Modelo Gemma 2B it]</a>
93
  <a href="https://huggingface.co/google/gemma-2-2b-it-GGUF" target="_blank">[Modelo Gemma 2B it GGUF]</a>
 
87
  salida += fragmento
88
  yield salida
89
 
90
+ descripcion = """<p align="center">Chat con Gemma 2B Abliterated usando llama.cpp</p>
91
  <p><center>
92
  <a href="https://huggingface.co/google/gemma-2-2b-it" target="_blank">[Modelo Gemma 2B it]</a>
93
  <a href="https://huggingface.co/google/gemma-2-2b-it-GGUF" target="_blank">[Modelo Gemma 2B it GGUF]</a>