Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ interfaz = gr.Interface(
|
|
48 |
gr.Checkbox(label="Habilitar Prompt Template")
|
49 |
],
|
50 |
outputs=[
|
51 |
-
gr.Textbox(label="Texto de Salida", type="
|
52 |
*checkboxes_tipos.values()
|
53 |
]
|
54 |
)
|
|
|
48 |
gr.Checkbox(label="Habilitar Prompt Template")
|
49 |
],
|
50 |
outputs=[
|
51 |
+
gr.Textbox(label="Texto de Salida", type="text"),
|
52 |
*checkboxes_tipos.values()
|
53 |
]
|
54 |
)
|