tonyassi commited on
Commit
c1757bc
·
verified ·
1 Parent(s): f8533b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -4
app.py CHANGED
@@ -93,17 +93,29 @@ with gr.Blocks(theme=theme, css=css) as demo:
93
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](https://github.com/TonyAssi/Segment-Clothing)
94
  """)
95
 
96
- # Search by Sketch
97
  gr.Markdown("""
98
 
99
  ---
100
- ## Search by Sketch
101
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
102
 
103
-
104
 
105
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
106
 
107
  """)
108
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  demo.launch()
 
93
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](https://github.com/TonyAssi/Segment-Clothing)
94
  """)
95
 
96
+ # Clothing Search by Sketch
97
  gr.Markdown("""
98
 
99
  ---
100
+ ## Clothing Search by Sketch
101
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/YMxC5GrzSHXmzcl9iqLmQ.png)
102
 
103
+ Search for a clothing by sketching it.
104
 
105
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/sketch-to-fashion-collection)
106
 
107
  """)
108
 
109
+ # Image to Fashion Article
110
+ gr.Markdown("""
111
+
112
+ ---
113
+ ## Image to Fashion Article
114
+
115
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/E7vtF_rHntAt47ExuO_5_.png)
116
+
117
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/image-to-fashion-article)
118
+
119
+ """)
120
+
121
  demo.launch()