Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,12 +4,12 @@ with gr.Blocks() as demo:
|
|
4 |
gr.Markdown("""
|
5 |
# AI and Fashion E-Commerce
|
6 |
by [Tony Assi](https://www.tonyassi.com/)
|
7 |
-
|
8 |
-
This space is meant to serve as an overview to various applications of AI and fashion e-commerce.
|
9 |
""")
|
10 |
|
11 |
gr.Markdown("""
|
12 |
## Virtual Try-On
|
|
|
|
|
13 |
""")
|
14 |
|
15 |
|
|
|
4 |
gr.Markdown("""
|
5 |
# AI and Fashion E-Commerce
|
6 |
by [Tony Assi](https://www.tonyassi.com/)
|
|
|
|
|
7 |
""")
|
8 |
|
9 |
gr.Markdown("""
|
10 |
## Virtual Try-On
|
11 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mARmPyep7W3MwGmvR_zWN.jpeg)
|
12 |
+
Virtually try-on clothing by submitting your image and a clothing image
|
13 |
""")
|
14 |
|
15 |
|