Spaces:
Sleeping
Sleeping
add gr.blocks
Browse files
app.py
CHANGED
@@ -68,5 +68,8 @@ demo = gr.Interface(
|
|
68 |
fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()]
|
69 |
)
|
70 |
#demo.launch()
|
71 |
-
|
|
|
|
|
|
|
72 |
demo.launch(auth=authenticate)
|
|
|
68 |
fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image()]
|
69 |
)
|
70 |
#demo.launch()
|
71 |
+
with gr.Blocks() as demo:
|
72 |
+
|
73 |
+
demo.load(bienvenida)
|
74 |
+
|
75 |
demo.launch(auth=authenticate)
|