teowu commited on
Commit
d506e15
1 Parent(s): b898ea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ with gr.Blocks(title="img") as demo:
68
  with gr.Row():
69
  input_img_1 = gr.Image(type='pil', label="Image 1 (First image)")
70
  input_img_2 = gr.Image(type='pil', label="Image 2 (Second image)")
71
- input_img_2 = gr.Image(type='pil', label="Image 3 (Third image)")
72
  gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3])
73
  demo.launch(share=True)
 
68
  with gr.Row():
69
  input_img_1 = gr.Image(type='pil', label="Image 1 (First image)")
70
  input_img_2 = gr.Image(type='pil', label="Image 2 (Second image)")
71
+ input_img_3 = gr.Image(type='pil', label="Image 3 (Third image)")
72
  gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3])
73
  demo.launch(share=True)