mr2along commited on
Commit
0c93b15
1 Parent(s): 92b2d0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
26
  outputs="files",
27
  title="Face swapper",
28
  description="Upload a target image/video and a source image to swap faces.",
29
- live=True
30
  )
31
 
32
  iface.launch()
 
26
  outputs="files",
27
  title="Face swapper",
28
  description="Upload a target image/video and a source image to swap faces.",
29
+ live=False
30
  )
31
 
32
  iface.launch()