Apex-X commited on
Commit
132ba9c
·
verified ·
1 Parent(s): 9d84e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ def swap_face(source_file, target_file,doFaceEnhancer):
70
  app = gr.Interface(
71
  fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image"
72
  )
73
- app.launch()
 
70
  app = gr.Interface(
71
  fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image"
72
  )
73
+ app.launch(share=True)