Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
title: Virtual
|
| 3 |
emoji: ⚡
|
| 4 |
-
colorTo: red
|
| 5 |
-
sdk: gradio
|
| 6 |
-
sdk_version: 5.16.0
|
| 7 |
-
app_file: app.py
|
| 8 |
-
short_description: virtual try on
|
| 9 |
colorFrom: purple
|
| 10 |
colorTo: gray
|
| 11 |
sdk: gradio
|
|
|
|
|
|
|
|
|
|
| 12 |
pinned: true
|
| 13 |
license: apache-2.0
|
| 14 |
disable_embedding: true
|
|
|
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Virtual Try-On
|
| 3 |
emoji: ⚡
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.16.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
short_description: A virtual try-on application using Gradio.
|
| 10 |
pinned: true
|
| 11 |
license: apache-2.0
|
| 12 |
disable_embedding: true
|
| 13 |
+
---
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|