Moibe commited on
Commit
0eeaea6
·
1 Parent(s): 8f6c31f

Custom labels

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
133
  demo = gr.Interface(
134
  fn=perform,
135
  title="",
136
- inputs=[gr.Image(), gr.Image()],
137
  outputs=[textbox, result_image,lbl_msg, btn_buy],
138
  )
139
 
 
133
  demo = gr.Interface(
134
  fn=perform,
135
  title="",
136
+ inputs=[gr.Image(label="Source"), gr.Image(label="Destination")],
137
  outputs=[textbox, result_image,lbl_msg, btn_buy],
138
  )
139