Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ out_response = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2")
|
|
121 |
|
122 |
iface = gr.Interface(fn=predict_event,
|
123 |
inputs=gr.inputs.Image(type="pil"),
|
124 |
-
outputs=out_response,
|
125 |
enable_queue=True)
|
126 |
|
127 |
|
|
|
121 |
|
122 |
iface = gr.Interface(fn=predict_event,
|
123 |
inputs=gr.inputs.Image(type="pil"),
|
124 |
+
outputs = [out_response],
|
125 |
enable_queue=True)
|
126 |
|
127 |
|