Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,13 @@ os.makedirs(TMP_DIR, exist_ok=True)
|
|
32 |
|
33 |
|
34 |
HEADER = """
|
35 |
-
#
|
36 |
-
##
|
37 |
-
<p style="font-size: 1.1em;">
|
|
|
|
|
|
|
|
|
38 |
"""
|
39 |
|
40 |
EXAMPLES = [
|
|
|
32 |
|
33 |
|
34 |
HEADER = """
|
35 |
+
# UTPL - Conversi贸n de Texto a Textura para objetos 3D usando IA
|
36 |
+
## *Objetos tridimensionales creados por IA: Innovaci贸n en entornos virtuales*
|
37 |
+
<p style="font-size: 1.1em;">
|
38 |
+
<strong>Autor:</strong> Carlos Vargas<br>
|
39 |
+
<strong>Base t茅cnica:</strong> Adaptaci贸n de <a href="https://github.com/huanngzh/MV-Adapter " style="color: #1E90FF; text-decoration: none; font-weight: bold;">MV-Adapter</a> (herramienta de c贸digo abierto para generaci贸n 3D)<br>
|
40 |
+
<strong>Prop贸sito educativo:</strong> Demostraciones acad茅micas e Investigaci贸n en modelado 3D autom谩tico<br>
|
41 |
+
</p>
|
42 |
"""
|
43 |
|
44 |
EXAMPLES = [
|