tonyassi commited on
Commit
f964d0b
·
verified ·
1 Parent(s): ba2f7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
61
  ## Text-to-Image Clothing Designer
62
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Y-EuOGASjO-GMUzjlBCIh.png)
63
 
64
- This text-to-image model was fine-tuned on [Lucy in the Sky](https://www.lucyinthesky.com/) product image - product text pairs. Text input is limited to the language of the product catalog it was trained on which forces the model to input images in a simialr style to the product images.
65
 
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
  """)
@@ -73,9 +73,23 @@ with gr.Blocks(theme=theme, css=css) as demo:
73
  ## Sketch to Fashion Design
74
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/tnLduEwy4JfiDdoI2D6Bc.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()
 
61
  ## Text-to-Image Clothing Designer
62
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Y-EuOGASjO-GMUzjlBCIh.png)
63
 
64
+ This text-to-image model was fine-tuned on [Lucy in the Sky](https://www.lucyinthesky.com/) product image - product text pairs. Text input is limited to the language of the product catalog it was trained on which forces the model to generate images in a simialr style to the product images.
65
 
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
  """)
 
73
  ## Sketch to Fashion Design
74
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/tnLduEwy4JfiDdoI2D6Bc.png)
75
 
76
+ Convert a sketch into a photorealistic garment on a model.
77
+
78
  [![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)
79
  """)
80
 
81
+ # Segment Clothing
82
+ gr.Markdown("""
83
+
84
+ ---
85
+ ## Segment Clothing
86
+
87
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/PWrFOLtggkm3NroFMEjfI.png)
88
+
89
+ Convert a sketch into a photorealistic garment on a model.
90
+
91
+ [![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)
92
+ """)
93
 
94
 
95
  demo.launch()