Vaibhavnaik12 commited on
Commit
536dfde
·
verified ·
1 Parent(s): cfe7284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -209,10 +209,10 @@ def person_example_fn(image_path):
209
 
210
  # Define the HTML content for the header
211
  HEADER = """
212
- <p style="text-align: center;">
213
- <img src="https://i.ibb.co/9bh36NJ/resource-De-XFIT.png" alt="DeX Logo" style="height: auto;">
214
- </p>
215
- <h1 style="text-align: center; color: #101820;"> DEX FIT Virtual Try-On with Diffusion Models </h1>
216
  """
217
 
218
  def app_gradio():
 
209
 
210
  # Define the HTML content for the header
211
  HEADER = """
212
+ <div style="text-align: center;">
213
+ <img src="https://i.ibb.co/9bh36NJ/resource-De-XFIT.png" alt="DeX Logo" style="width: 40%; display: block; margin: 0 auto;">
214
+ <h1 style="color: #101820;"> Virtual Try-On with Diffusion Models </h1>
215
+ </div>
216
  """
217
 
218
  def app_gradio():