Jonny001 commited on
Commit
36b9a2a
·
verified ·
1 Parent(s): 801a1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,7 +71,8 @@ with app:
71
  fn=swap_face,
72
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
73
  outputs="image",
74
- description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding." ,theme="NoCrypt/miku"
 
75
  )
76
 
77
  app.launch()
 
71
  fn=swap_face,
72
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
73
  outputs="image",
74
+ description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding." ,
75
+ theme="NoCrypt/miku"
76
  )
77
 
78
  app.launch()