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