Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
fc5bbf7
1
Parent(s):
3b6387c
Add checkbox to images interface
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def perform(input1, input2, input3):
|
|
188 |
|
189 |
#Así para imagenes
|
190 |
demo = gr.Interface(
|
191 |
-
fn=perform, inputs=[gr.Image(), gr.Image()], outputs=[gr.Image(), gr.Image()]
|
192 |
)
|
193 |
|
194 |
#Así para video y 3 outputs: Video, Galería y Archivo Zip.
|
|
|
188 |
|
189 |
#Así para imagenes
|
190 |
demo = gr.Interface(
|
191 |
+
fn=perform, inputs=[gr.Image(), gr.Image(), gr.CheckboxGroup(["face_swapper","face_enhancer"], label="Processor")], outputs=[gr.Image(), gr.Image()]
|
192 |
)
|
193 |
|
194 |
#Así para video y 3 outputs: Video, Galería y Archivo Zip.
|