Gradio version updated
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 👗
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Diffusion-based multi-modal virtual try-on pipeline demo
|
|
@@ -15,5 +15,8 @@ short_description: Diffusion-based multi-modal virtual try-on pipeline demo
|
|
| 15 |
Virtual Try-On Diffusion [VTON-D] by [Texel.Moda](https://texelmoda.com/) is a custom diffusion-based pipeline for fast
|
| 16 |
and flexible multi-modal virtual try-on. Clothing, avatar and background can be specified by reference images or text
|
| 17 |
prompts allowing for clothing transfer, avatar replacement, fashion image generation and other virtual try-on related
|
| 18 |
-
tasks.
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.5.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Diffusion-based multi-modal virtual try-on pipeline demo
|
|
|
|
| 15 |
Virtual Try-On Diffusion [VTON-D] by [Texel.Moda](https://texelmoda.com/) is a custom diffusion-based pipeline for fast
|
| 16 |
and flexible multi-modal virtual try-on. Clothing, avatar and background can be specified by reference images or text
|
| 17 |
prompts allowing for clothing transfer, avatar replacement, fashion image generation and other virtual try-on related
|
| 18 |
+
tasks.
|
| 19 |
+
|
| 20 |
+
This API is available [through the RapidAPI Hub](https://rapidapi.com/texelmoda-texelmoda-apis/api/try-on-diffusion).
|
| 21 |
+
Additionally, you can find the extensive API documentation
|
| 22 |
+
[here](https://huggingface.co/spaces/texelmoda/try-on-diffusion/blob/main/docs/API.md).
|