Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def create_interface():
|
|
37 |
}
|
38 |
</style>"""
|
39 |
)
|
40 |
-
logo_path = os.path.join(os.getcwd(), '
|
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>")
|