Spaces:
Runtime error
Runtime error
hasibzunair
commited on
Commit
Β·
eeb584e
1
Parent(s):
d95e706
update
Browse files
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 |
+
```
|