File size: 422 Bytes
768f9c8
 
 
 
 
 
 
 
 
 
081ea2b
 
768f9c8
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import gradio as gr

with gr.Blocks() as demo:
    gr.Markdown("""
    # AI and Fashion E-Commerce
    by [Tony Assi](https://www.tonyassi.com/)
    """)

    gr.Markdown("""
    ## Virtual Try-On
    ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/mARmPyep7W3MwGmvR_zWN.jpeg)
    Virtually try-on clothing by submitting your image and a clothing image
    """)


demo.launch()