Spaces:
Sleeping
Sleeping
Custom labels
Browse files
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 |
|