teowu commited on
Commit
415a25e
1 Parent(s): 98a1fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks(title="Co-Instruct-Plus🧑‍🏫🖌️") as demo:
179
  input_img_1 = gr.Image(type='pil', label="Image 1 (First image)")
180
  input_img_2 = gr.Image(type='pil', label="Image 2 (Second image)")
181
  input_img_3 = gr.Image(type='pil', label="Image 3 (Third image)")
182
- input_img_4 = gr.Image(type='pil', label="Image 4 (Third image)")
183
  with gr.Row():
184
  with gr.Column(scale=2):
185
  gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3, input_img_4], theme="Soft", examples=examples)
 
179
  input_img_1 = gr.Image(type='pil', label="Image 1 (First image)")
180
  input_img_2 = gr.Image(type='pil', label="Image 2 (Second image)")
181
  input_img_3 = gr.Image(type='pil', label="Image 3 (Third image)")
182
+ input_img_4 = gr.Image(type='pil', label="Image 4 (Fourth image)")
183
  with gr.Row():
184
  with gr.Column(scale=2):
185
  gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3, input_img_4], theme="Soft", examples=examples)