Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ demo = gr.Interface(
|
|
153 |
], [
|
154 |
gr.outputs.Image(type="numpy", label="Output (The whole image)"),
|
155 |
gr.outputs.File(label="Download the output image"),
|
156 |
-
gr.Gallery(label="All
|
157 |
],
|
158 |
title=title,
|
159 |
description=description,
|
|
|
153 |
], [
|
154 |
gr.outputs.Image(type="numpy", label="Output (The whole image)"),
|
155 |
gr.outputs.File(label="Download the output image"),
|
156 |
+
gr.Gallery(label="All faces").style(grid=[2], height="auto")
|
157 |
],
|
158 |
title=title,
|
159 |
description=description,
|