Commit
Β·
a366d1c
1
Parent(s):
2070485
Update app.py
Browse files
app.py
CHANGED
|
@@ -257,8 +257,8 @@ with gr.Blocks(theme=theme) as blk_demo:
|
|
| 257 |
with gr.Row():
|
| 258 |
with gr.Column():
|
| 259 |
with gr.Group():
|
| 260 |
-
trg_in = gr.Image(
|
| 261 |
-
src_in = gr.Image(
|
| 262 |
with gr.Row():
|
| 263 |
b1 = gr.Button("Face Swap")
|
| 264 |
with gr.Row():
|
|
|
|
| 257 |
with gr.Row():
|
| 258 |
with gr.Column():
|
| 259 |
with gr.Group():
|
| 260 |
+
trg_in = gr.Image(type="pil", label='Target').style(height=300)
|
| 261 |
+
src_in = gr.Image(type="pil", label='Source').style(height=300)
|
| 262 |
with gr.Row():
|
| 263 |
b1 = gr.Button("Face Swap")
|
| 264 |
with gr.Row():
|