Update app.py
Browse files
app.py
CHANGED
@@ -450,7 +450,7 @@ with gr.Blocks(fill_height=True, title="Iberotales", css=custom_css) as demo:
|
|
450 |
gr.HTML("""
|
451 |
<div class="header-info">
|
452 |
<h1>📚 Iberotales</h1>
|
453 |
-
<p><strong>Autor:</strong> David Quispe |
|
454 |
<p><em>Generador de historias basadas en mitos y leyendas de Iberoamérica.</em></p>
|
455 |
<p><em>Hackathon SomosNLP 2025</em></p>
|
456 |
</div>
|
|
|
450 |
gr.HTML("""
|
451 |
<div class="header-info">
|
452 |
<h1>📚 Iberotales</h1>
|
453 |
+
<p><strong>Autor:</strong> <a href="https://huggingface.co/daqc" target="_blank" style="text-decoration: none;">David Quispe</a> | <a href="https://github.com/mcdaqc/Iberotales" target="_blank" style="text-decoration: none;">GitHub</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es" target="_blank" style="text-decoration: none;">Modelo</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es-finetune-gguf" target="_blank" style="text-decoration: none;">GGUF</a> | <a href="https://huggingface.co/google/gemma-3-1b-it" target="_blank" style="text-decoration: none;">Base</a></p>
|
454 |
<p><em>Generador de historias basadas en mitos y leyendas de Iberoamérica.</em></p>
|
455 |
<p><em>Hackathon SomosNLP 2025</em></p>
|
456 |
</div>
|