rodrigomasini commited on
Commit
7045b45
·
verified ·
1 Parent(s): 44c513d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -79,14 +79,10 @@ css="""
79
  color: var(--button-primary-text-color-hover);
80
  }
81
  """
82
- with gr.Blocks(css=css) as demo:
83
  with gr.Column(elem_id="col-container"):
84
  gr.HTML("""
85
  <h2 style="text-align: center;">DreamTalk</h2>
86
- <p style="text-align: center;">When Expressive Talking Head Generation Meets Diffusion Probabilistic Models</p>
87
- <p style="margin:12px auto;display: flex;justify-content: center;">
88
- <a href="https://huggingface.co/spaces/fffiloni/dreamtalk?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" alt="Duplicate this Space"></a>
89
- </p>
90
 
91
  """)
92
  with gr.Row():
 
79
  color: var(--button-primary-text-color-hover);
80
  }
81
  """
82
+ with gr.Blocks(theme='sudeepshouche/minimalist', css=css) as demo:
83
  with gr.Column(elem_id="col-container"):
84
  gr.HTML("""
85
  <h2 style="text-align: center;">DreamTalk</h2>
 
 
 
 
86
 
87
  """)
88
  with gr.Row():