StephaneBah commited on
Commit
f456805
1 Parent(s): c29e5aa

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
  </style>"""
38
  )
39
  logo_path = os.path.join(os.getcwd(), 'fashionlookl1_2.png')
40
- gr.Markdown("<img src='{logo_path}'' class='logo' alt='Logo'>")
41
  gr.Markdown("<h1>FashionLook - Segment Clothes</h1>")
42
  gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")
43
  with gr.Row():
 
37
  </style>"""
38
  )
39
  logo_path = os.path.join(os.getcwd(), 'fashionlookl1_2.png')
40
+ gr.Markdown(f"<img src='{logo_path}' class='logo' alt='Logo'>")
41
  gr.Markdown("<h1>FashionLook - Segment Clothes</h1>")
42
  gr.Markdown("<h3 style='text-align: center;'>" "Upload an image and let our model detect and segment clothes such as shirts, pants, skirts...""</h3>")
43
  with gr.Row():