vicalloy commited on
Commit
29761a8
1 Parent(s): 5236fda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ with gr.Blocks() as demo:
164
  input_faces = gr.Gallery(label="Input faces").style(height="auto")
165
  with gr.Column():
166
  output_faces = gr.Gallery(label="Output faces").style(height="auto")
167
- gr.Examples([['HanamichiSakuragi.jpg', 'v1.4', 2, 31], ['LiShiming.jpg', 'v1.4', 2, 3], ['QianLong.jpg', 'v1.4', 2, 3],
168
- ['10045.png', 'v1.4', 2, 0]], [file_path, version, rescaling_factor, blur_face])
169
  gr.Markdown(article)
170
  submit.click(
171
  inference,
164
  input_faces = gr.Gallery(label="Input faces").style(height="auto")
165
  with gr.Column():
166
  output_faces = gr.Gallery(label="Output faces").style(height="auto")
167
+ gr.Examples([['HanamichiSakuragi.jpg', 'v1.4', '2', 31], ['LiShiming.jpg', 'v1.4', '2', 3], ['QianLong.jpg', 'v1.4', '2', 3],
168
+ ['10045.png', 'v1.4', '2', 0]], [file_path, version, rescaling_factor, blur_face])
169
  gr.Markdown(article)
170
  submit.click(
171
  inference,