cavargas10 commited on
Commit
7370872
verified
1 Parent(s): 48f710d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -32,9 +32,13 @@ os.makedirs(TMP_DIR, exist_ok=True)
32
 
33
 
34
  HEADER = """
35
- # 馃敭 Text to Texture with [MV-Adapter](https://github.com/huanngzh/MV-Adapter)
36
- ## State-of-the-art Open Source Texture Generation Using Multi-View Diffusion Model
37
- <p style="font-size: 1.1em;">By <a href="https://www.tripo3d.ai/" style="color: #1E90FF; text-decoration: none; font-weight: bold;">Tripo</a></p>
 
 
 
 
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 = [