Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|