Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
|
|
30 |
inputs=[
|
31 |
"file",
|
32 |
"file",
|
33 |
-
gr.
|
34 |
],
|
35 |
outputs="file",
|
36 |
title="DOPPELGANGER",
|
|
|
30 |
inputs=[
|
31 |
"file",
|
32 |
"file",
|
33 |
+
gr.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
|
34 |
],
|
35 |
outputs="file",
|
36 |
title="DOPPELGANGER",
|