Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
d4e9edb
1
Parent(s):
26b4ea6
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,6 @@ def swap_face(source_file, target_file,doFaceEnhancer):
|
|
67 |
|
68 |
|
69 |
app = gr.Interface(
|
70 |
-
fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image", theme="
|
71 |
)
|
72 |
app.launch()
|
|
|
67 |
|
68 |
|
69 |
app = gr.Interface(
|
70 |
+
fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image", theme="allenai/gradio-theme"
|
71 |
)
|
72 |
app.launch()
|