Jonny001 commited on
Commit
ebb3dbf
1 Parent(s): 43ec43b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ app = gr.Interface(
47
  fn=swap_face,
48
  inputs=[gr.Image(), gr.Video()],
49
  outputs=[gr.Video()],
50
- description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.",
51
- theme="NoCrypt/miku"
52
  )
53
 
54
  app.launch()
 
47
  fn=swap_face,
48
  inputs=[gr.Image(), gr.Video()],
49
  outputs=[gr.Video()],
50
+ description="Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding.",
51
+ theme="Yntec/HaleyCH_Theme_Orange"
52
  )
53
 
54
  app.launch()