Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
|
@@ -281,7 +281,8 @@ img#style-image {
|
|
| 281 |
with gr.Column():
|
| 282 |
with gr.Row():
|
| 283 |
face_image = gr.Image(label='Aligned Face',
|
| 284 |
-
type='numpy'
|
|
|
|
| 285 |
with gr.Row():
|
| 286 |
reconstruct_button = gr.Button('Reconstruct Face')
|
| 287 |
with gr.Column():
|
|
@@ -310,8 +311,7 @@ img#style-image {
|
|
| 310 |
316,
|
| 311 |
value=26,
|
| 312 |
step=1,
|
| 313 |
-
label='Style Image Index'
|
| 314 |
-
interactive=True)
|
| 315 |
|
| 316 |
with gr.Row():
|
| 317 |
example_styles = gr.Dataset(
|
|
|
|
| 281 |
with gr.Column():
|
| 282 |
with gr.Row():
|
| 283 |
face_image = gr.Image(label='Aligned Face',
|
| 284 |
+
type='numpy',
|
| 285 |
+
interactive=False)
|
| 286 |
with gr.Row():
|
| 287 |
reconstruct_button = gr.Button('Reconstruct Face')
|
| 288 |
with gr.Column():
|
|
|
|
| 311 |
316,
|
| 312 |
value=26,
|
| 313 |
step=1,
|
| 314 |
+
label='Style Image Index')
|
|
|
|
| 315 |
|
| 316 |
with gr.Row():
|
| 317 |
example_styles = gr.Dataset(
|