Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
32 |
gr.File(label="Source File"), # Đầu vào là tệp nguồn (ảnh)
|
33 |
gr.Checkbox(label="Use Face Enhancer") # Tùy chọn cho face enhancer
|
34 |
],
|
35 |
-
outputs=gr.
|
36 |
title="Face Swapper",
|
37 |
description="Upload a target image/video and a source image to swap faces.",
|
38 |
live=False
|
|
|
32 |
gr.File(label="Source File"), # Đầu vào là tệp nguồn (ảnh)
|
33 |
gr.Checkbox(label="Use Face Enhancer") # Tùy chọn cho face enhancer
|
34 |
],
|
35 |
+
outputs=gr.Gallery(label="Output Images"), # Đầu ra là các ảnh đã được xử lý
|
36 |
title="Face Swapper",
|
37 |
description="Upload a target image/video and a source image to swap faces.",
|
38 |
live=False
|