Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,5 +93,17 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 93 |
[](https://github.com/TonyAssi/Segment-Clothing)
|
| 94 |
""")
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
demo.launch()
|
|
|
|
| 93 |
[](https://github.com/TonyAssi/Segment-Clothing)
|
| 94 |
""")
|
| 95 |
|
| 96 |
+
# Search by Sketch
|
| 97 |
+
gr.Markdown("""
|
| 98 |
+
|
| 99 |
+
---
|
| 100 |
+
## Search by Sketch
|
| 101 |
+

|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
[](https://huggingface.co/spaces/tonyassi/clothing-segmentation)
|
| 106 |
+
|
| 107 |
+
""")
|
| 108 |
|
| 109 |
demo.launch()
|