Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|