MrOvkill commited on
Commit
cdaefe2
·
verified ·
1 Parent(s): 45e4719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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
- with gr.Column():
 
113
  im2 = gr.Image(label="image 2", type='pil')
114
- with gr.Row():
115
- minst = gr.Textbox(label="Merge Instructions")
 
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():