Moibe commited on
Commit
004e503
1 Parent(s): 930c822

No label twice

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