Nathanotal commited on
Commit
22ec348
·
1 Parent(s): c50df77
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,6 +137,6 @@ demo = gr.Interface(
137
  description="Experiment with person features to predict which survivor it is.",
138
  allow_flagging="never",
139
  inputs=inputs,
140
- outputs=gr.Image(type="pil"))
141
 
142
  demo.launch()
 
137
  description="Experiment with person features to predict which survivor it is.",
138
  allow_flagging="never",
139
  inputs=inputs,
140
+ outputs=[gr.Image(type="pil"), gr.Image(type="pil")])
141
 
142
  demo.launch()