Moibe commited on
Commit
f4b7201
1 Parent(s): 08d2bc5

Labels test

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -63,7 +63,9 @@ label = gr.Label("Hola!")
63
 
64
  demo = gr.Interface(
65
  fn=perform,
66
- title="Moibe's App",
67
- inputs=[label, gr.Image(), gr.Image()], outputs=[gr.Image()], css="footer {visibility: hidden}"
 
 
68
  )
69
  demo.launch(auth=authenticate)
 
63
 
64
  demo = gr.Interface(
65
  fn=perform,
66
+ title="",
67
+ inputs=[gr.Image(), label, gr.Image(), label],
68
+ outputs=[gr.Image(),label],
69
+ css="footer {visibility: hidden}"
70
  )
71
  demo.launch(auth=authenticate)