Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|