Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
164 |
with gr.Column():
|
165 |
-
output_faces = gr.Gallery(label="Output faces").style(
|
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)
|