Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,12 @@ with gr.Blocks() as demo:
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
im1 = gr.Image(label="image 1", type='pil')
|
112 |
-
|
|
|
113 |
im2 = gr.Image(label="image 2", type='pil')
|
114 |
-
|
115 |
-
|
|
|
116 |
with gr.Row():
|
117 |
btn2 = gr.Button("submit batch")
|
118 |
with gr.Row():
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
im1 = gr.Image(label="image 1", type='pil')
|
112 |
+
otp2 = gr.Textbox(label="image 1", interactive=True)
|
113 |
+
with gr.Column():
|
114 |
im2 = gr.Image(label="image 2", type='pil')
|
115 |
+
otp3 = gr.Textbox(label="image 2")
|
116 |
+
with gr.Row():
|
117 |
+
minst = gr.Textbox(label="Merge Instructions")
|
118 |
with gr.Row():
|
119 |
btn2 = gr.Button("submit batch")
|
120 |
with gr.Row():
|