Spaces:
Sleeping
Sleeping
Fix init
Browse files
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)
|