felixrosberg commited on
Commit
d4b1c40
Β·
1 Parent(s): 7d2b3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ iface = gradio.Interface(run_inference,
202
  "reconstruction attack",
203
  "adversarial defense"],
204
  label='Options')],
205
- [gradio.outputs.Image(), gradio.outputs.Number()],
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,