StephaneBah commited on
Commit
f3a81e2
·
verified ·
1 Parent(s): 13fbb4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def create_interface():
37
  }
38
  </style>"""
39
  )
40
- logo_path = os.path.join(os.getcwd(), 'fashionlookl1.webp')
41
  gr.Markdown("<img src=logo_path class='logo' alt='Logo'>")
42
  gr.Markdown("<h1>FashionLook - Segment Clothes</h1>")
43
  gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")
 
37
  }
38
  </style>"""
39
  )
40
+ logo_path = os.path.join(os.getcwd(), 'fashionlookl1_2.png')
41
  gr.Markdown("<img src=logo_path class='logo' alt='Logo'>")
42
  gr.Markdown("<h1>FashionLook - Segment Clothes</h1>")
43
  gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")