hasibzunair commited on
Commit
eeb584e
β€’
1 Parent(s): d95e706
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -11,3 +11,11 @@ license: afl-3.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ #### Gradio Interactive app for virtual try-on
16
+
17
+ To run this app locally, clone repo and do the following:
18
+ ```python
19
+ pip install -r requirements.txt
20
+ python app.py
21
+ ```