Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,11 @@ iface = gr.Interface(
|
|
43 |
fn=generar_prompt_desde_objeto,
|
44 |
inputs=gr.Textbox(lines=2, placeholder="Enter object description here..."),
|
45 |
outputs="text",
|
46 |
-
title="
|
47 |
-
description="
|
|
|
|
|
|
|
48 |
)
|
49 |
|
50 |
|
|
|
43 |
fn=generar_prompt_desde_objeto,
|
44 |
inputs=gr.Textbox(lines=2, placeholder="Enter object description here..."),
|
45 |
outputs="text",
|
46 |
+
title="Generador de Prompt 3D",
|
47 |
+
description="""Genera un prompt para crear una imágen del modelo 3D desde la descripcion de un objeto usando el modelo Facebook/bart fine-tuned
|
48 |
+
ATENCIÓN: Funciona solamente en el idioma Castellano
|
49 |
+
ATTENTION: It only works in the Spanish language""",
|
50 |
+
|
51 |
)
|
52 |
|
53 |
|