Commit
·
6163af6
1
Parent(s):
2f9c492
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(fn=make_new_sonnet,
|
|
38 |
description = description,
|
39 |
inputs=[
|
40 |
gr.inputs.Textbox(lines=2, placeholder="Escrbe algo para comenzar", label='Escribe algo para comenzar'),
|
41 |
-
gr.inputs.Slider(minimum =
|
42 |
outputs=[
|
43 |
gr.outputs.Textbox(label="Tu poema"),
|
44 |
],
|
|
|
38 |
description = description,
|
39 |
inputs=[
|
40 |
gr.inputs.Textbox(lines=2, placeholder="Escrbe algo para comenzar", label='Escribe algo para comenzar'),
|
41 |
+
gr.inputs.Slider(minimum = 20, maximum = 200, default = 140, step = 5, label='Salida máxima de caracteres')],
|
42 |
outputs=[
|
43 |
gr.outputs.Textbox(label="Tu poema"),
|
44 |
],
|