Commit
Β·
d4b1c40
1
Parent(s):
7d2b3a9
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ iface = gradio.Interface(run_inference,
|
|
202 |
"reconstruction attack",
|
203 |
"adversarial defense"],
|
204 |
label='Options')],
|
205 |
-
|
206 |
title="Face Swap",
|
207 |
description=description,
|
208 |
examples=examples,
|
|
|
202 |
"reconstruction attack",
|
203 |
"adversarial defense"],
|
204 |
label='Options')],
|
205 |
+
gradio.outputs.Image(),
|
206 |
title="Face Swap",
|
207 |
description=description,
|
208 |
examples=examples,
|