Miguelpef commited on
Commit
aefcbcb
·
verified ·
1 Parent(s): 401852f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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="3D Prompt Generator",
47
- description="Generates 3D prompts from object descriptions using a fine-tuned BART model.",
 
 
 
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