Moibe commited on
Commit
b9db1db
·
1 Parent(s): 04b9262
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def bienvenida():
61
 
62
  #Así para imagenes
63
  demo = gr.Interface(
64
- fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image(), init_fn=bienvenida]
65
  )
66
  #demo.launch()
67
  demo.launch(auth=authenticate)
 
61
 
62
  #Así para imagenes
63
  demo = gr.Interface(
64
+ fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()], init_fn=bienvenida
65
  )
66
  #demo.launch()
67
  demo.launch(auth=authenticate)