BLACKHOOL commited on
Commit
615a548
·
verified ·
1 Parent(s): f3e867b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -79,13 +79,7 @@ def swap_face(source_file, target_file, doFaceEnhancer):
79
  app = gr.Interface(
80
  fn=swap_face,
81
  title="Welcome to Roop!",
82
- theme='JohnSmith9982/small_and_pretty',
83
- _js="""
84
- () => {
85
- document.body.classList.toggle('dark');
86
- document.querySelector('gradio-app').style.backgroundColor = 'var(--color-background-primary)'
87
- }
88
- """,
89
  inputs=[
90
  gr.Image(label="Source Image:"),
91
  gr.Image(label="Target Image:"),
 
79
  app = gr.Interface(
80
  fn=swap_face,
81
  title="Welcome to Roop!",
82
+ theme='ParityError/Interstellar',
 
 
 
 
 
 
83
  inputs=[
84
  gr.Image(label="Source Image:"),
85
  gr.Image(label="Target Image:"),