openfree commited on
Commit
4c14d3a
·
verified ·
1 Parent(s): ec118f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ css = """
128
  }
129
  """
130
 
131
- with gr.Blocks(css=css) as demo:
132
  gr.HTML("""
133
  <div class="main-header">
134
  <h1>🎭 Sonic: Advanced Portrait Animation</h1>
 
128
  }
129
  """
130
 
131
+ with gr.Blocks(css=css,theme="apriel") as demo:
132
  gr.HTML("""
133
  <div class="main-header">
134
  <h1>🎭 Sonic: Advanced Portrait Animation</h1>