vicalloy commited on
Commit
b3644a4
·
1 Parent(s): 5ed8759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 face").style(grid=[2], height="auto")
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,