Spaces:
Sleeping
Sleeping
Try .load
Browse files
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()]
|
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)
|