mr2along commited on
Commit
1cf060c
·
verified ·
1 Parent(s): 429c370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(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
 
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