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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -93,5 +93,17 @@ 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
 
97
  demo.launch()
 
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()