Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ with gr.Blocks(
|
|
156 |
['upload4.jpg',"What is this old man doing?","The old man is fishing.","fishing","Fishing"]]
|
157 |
examples = gr.Examples(
|
158 |
examples=examples,
|
159 |
-
[image_input, chat_input],
|
160 |
-
[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],
|
161 |
)
|
162 |
|
163 |
iface.queue(concurrency_count=1, api_open=False, max_size=10)
|
|
|
156 |
['upload4.jpg',"What is this old man doing?","The old man is fishing.","fishing","Fishing"]]
|
157 |
examples = gr.Examples(
|
158 |
examples=examples,
|
159 |
+
inputs=[image_input, chat_input],
|
160 |
+
outputs=[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],
|
161 |
)
|
162 |
|
163 |
iface.queue(concurrency_count=1, api_open=False, max_size=10)
|