Spaces:
Running
Running
File size: 324 Bytes
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/)
This space is meant to serve as an overview to various applications of AI and fashion e-commerce.
""")
gr.Markdown("""
## Virtual Try-On
""")
demo.launch() |