andreyp89 commited on
Commit
9bba8bb
·
1 Parent(s): c39570b

Gradio version updated

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 👗
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.3.0
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. Feel free to [contact us](https://texelmoda.com/contact/) if you are interested in commercial API usage or
19
- partnership.
 
 
 
 
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).