tomaseo2022 commited on
Commit
44e9193
1 Parent(s): 9ab8f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ iface = gr.Interface(
16
  sepia,
17
  gr.components.Image(), "image",
18
  css=".footer{display:none !important}",
19
- inputs=[gr.ClearButton("Limpiar")],
20
- outputs=[gr.Button("Convertir a sepia")]
21
  )
22
 
23
 
 
16
  sepia,
17
  gr.components.Image(), "image",
18
  css=".footer{display:none !important}",
19
+ clear_button=[gr.ClearButton("Limpiar")],
20
+ convert_button=[gr.Button("Convertir a sepia")]
21
  )
22
 
23