Moibe commited on
Commit
9b59719
·
1 Parent(s): 2d1534b
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -70,12 +70,12 @@ def bienvenida():
70
  #demo.launch()
71
  with gr.Blocks() as demo:
72
 
 
 
 
73
  demo = gr.Interface(
74
  fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()]
75
  )
76
-
77
- demo.load(bienvenida)
78
- #Así para imagenes
79
 
80
 
81
  demo.launch(auth=authenticate)
 
70
  #demo.launch()
71
  with gr.Blocks() as demo:
72
 
73
+
74
+ demo.load(bienvenida)
75
+ #Así para imagenes
76
  demo = gr.Interface(
77
  fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()]
78
  )
 
 
 
79
 
80
 
81
  demo.launch(auth=authenticate)