tonyassi commited on
Commit
c18408c
·
verified ·
1 Parent(s): 3c88d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -22,7 +22,9 @@ with gr.Blocks(theme=theme, css=css) as demo:
22
  # Title
23
  gr.Markdown("""
24
  # AI and Fashion E-Commerce
25
- <center> by <a href="https://www.tonyassi.com/" target="_blank">Tony Assi</a> </center>
 
 
26
  """)
27
 
28
  # Virtual Try-On
@@ -64,5 +66,16 @@ with gr.Blocks(theme=theme, css=css) as demo:
64
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/LucyintheSky/lucy-text-to-image)
65
  """)
66
 
 
 
 
 
 
 
 
 
 
 
 
67
 
68
  demo.launch()
 
22
  # Title
23
  gr.Markdown("""
24
  # AI and Fashion E-Commerce
25
+ <center> by <a href="https://www.tonyassi.com/" target="_blank">Tony Assi</a> </center>
26
+ <br>
27
+ <center><i> A collection of projects I've done at the intersection of AI and fashion e-commerce, with an emphasis on computer vision and stable diffusion. </i></center>
28
  """)
29
 
30
  # Virtual Try-On
 
66
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/LucyintheSky/lucy-text-to-image)
67
  """)
68
 
69
+ # Sketch to Fashion Design
70
+ gr.Markdown("""
71
+
72
+ ---
73
+ ## Sketch to Fashion Design
74
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/EV4xlfW7KnVKVzIsuV2u2.png)
75
+
76
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-design)
77
+ """)
78
+
79
+
80
 
81
  demo.launch()