Jonny001 commited on
Commit
e24ab4f
·
verified ·
1 Parent(s): b9a5f9f

Update app.py

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