Moibe commited on
Commit
e420f01
·
1 Parent(s): b9db1db
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,7 +61,8 @@ 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()]
65
  )
66
  #demo.launch()
67
+ demo.load(bienvenida)
68
  demo.launch(auth=authenticate)