Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
61 |
## Text-to-Image Clothing Designer
|
62 |

|
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
|
65 |
|
66 |
[](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 |

|
75 |
|
|
|
|
|
76 |
[](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-design)
|
77 |
""")
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
demo.launch()
|
|
|
61 |
## Text-to-Image Clothing Designer
|
62 |

|
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 |
[](https://huggingface.co/spaces/LucyintheSky/lucy-text-to-image)
|
67 |
""")
|
|
|
73 |
## Sketch to Fashion Design
|
74 |

|
75 |
|
76 |
+
Convert a sketch into a photorealistic garment on a model.
|
77 |
+
|
78 |
[](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-design)
|
79 |
""")
|
80 |
|
81 |
+
# Segment Clothing
|
82 |
+
gr.Markdown("""
|
83 |
+
|
84 |
+
---
|
85 |
+
## Segment Clothing
|
86 |
+
|
87 |
+

|
88 |
+
|
89 |
+
Convert a sketch into a photorealistic garment on a model.
|
90 |
+
|
91 |
+
[](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-design)
|
92 |
+
""")
|
93 |
|
94 |
|
95 |
demo.launch()
|