vicalloy commited on
Commit
7fec513
1 Parent(s): c15ac4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,9 +160,9 @@ with gr.Blocks() as demo:
160
  download = gr.components.File(label="Download the output image")
161
  with gr.Row():
162
  with gr.Column():
163
- input_faces = gr.Gallery(label="Input faces").style(grid=[2], height="auto")
164
  with gr.Column():
165
- output_faces = gr.Gallery(label="Output faces").style(grid=[2], height="auto")
166
  gr.Examples([['HanamichiSakuragi.jpg', 'v1.4', 2, 31], ['LiShiming.jpg', 'v1.4', 2, 3], ['QianLong.jpg', 'v1.4', 2, 3],
167
  ['10045.png', 'v1.4', 2, 0]], [file_path, version, rescaling_factor, blur_face])
168
  gr.Markdown(article)
 
160
  download = gr.components.File(label="Download the output image")
161
  with gr.Row():
162
  with gr.Column():
163
+ input_faces = gr.Gallery(label="Input faces").style(height="auto")
164
  with gr.Column():
165
+ output_faces = gr.Gallery(label="Output faces").style(height="auto")
166
  gr.Examples([['HanamichiSakuragi.jpg', 'v1.4', 2, 31], ['LiShiming.jpg', 'v1.4', 2, 3], ['QianLong.jpg', 'v1.4', 2, 3],
167
  ['10045.png', 'v1.4', 2, 0]], [file_path, version, rescaling_factor, blur_face])
168
  gr.Markdown(article)