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