parokshsaxena commited on
Commit
2da06d4
·
1 Parent(s): e4c13d0

fix configuration error

Browse files
Files changed (1) hide show
  1. README.md +24 -6
README.md CHANGED
@@ -1,12 +1,30 @@
 
1
  title: IDM VITON PARO
2
- emoji: 🔥
3
- colorFrom: red
4
- colorTo: purple
5
  sdk: gradio
6
- sdk_version: 4.36.1
7
  app_file: app.py
8
- pinned: false
9
  license: apache-2.0
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  title: IDM VITON PARO
3
+ emoji: 🛠️
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: gradio
7
+ sdk_version: "3.1.4" # Specify the version of the SDK you're using
8
  app_file: app.py
9
+ pinned: true
10
  license: apache-2.0
11
  ---
12
 
13
+ # IDM VITON PARO
14
+
15
+ This project demonstrates a Virtual Try-On application using deep learning models.
16
+
17
+ ## Features
18
+
19
+ - Try on different clothing items virtually.
20
+ - Uses state-of-the-art models for realistic image generation.
21
+
22
+ ## How to Use
23
+
24
+ 1. Upload your image.
25
+ 2. Select the clothing item you want to try on.
26
+ 3. Click "Run" to see the results.
27
+
28
+ ## License
29
+
30
+ This project is licensed under the Apache 2.0 License.