Spaces:
Runtime error
Runtime error
Commit
·
22ec348
1
Parent(s):
c50df77
adsf
Browse files
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()
|