Spaces:
Runtime error
Runtime error
parokshsaxena
commited on
Commit
•
fdb3ae3
1
Parent(s):
e929b3c
using conda-forge to resolve dependencies
Browse files- README.md +9 -1
- environment.yaml +2 -1
README.md
CHANGED
@@ -27,4 +27,12 @@ This project demonstrates a Virtual Try-On application using deep learning model
|
|
27 |
|
28 |
## License
|
29 |
|
30 |
-
This project is licensed under the Apache 2.0 License.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## License
|
29 |
|
30 |
+
This project is licensed under the Apache 2.0 License.
|
31 |
+
|
32 |
+
## Setup
|
33 |
+
|
34 |
+
To set up the environment, run:
|
35 |
+
|
36 |
+
```bash
|
37 |
+
conda env create -f environment.yaml
|
38 |
+
conda activate my-env
|
environment.yaml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
name: idm
|
2 |
channels:
|
|
|
3 |
- pytorch
|
4 |
- nvidia
|
5 |
- defaults
|
@@ -22,7 +23,7 @@ dependencies:
|
|
22 |
- bitsandbytes==0.39.0
|
23 |
- scipy==1.11.1
|
24 |
- opencv-python
|
25 |
-
- gradio==4.
|
26 |
- fvcore
|
27 |
- cloudpickle
|
28 |
- omegaconf
|
|
|
1 |
name: idm
|
2 |
channels:
|
3 |
+
- conda-forge
|
4 |
- pytorch
|
5 |
- nvidia
|
6 |
- defaults
|
|
|
23 |
- bitsandbytes==0.39.0
|
24 |
- scipy==1.11.1
|
25 |
- opencv-python
|
26 |
+
- gradio==4.36.1
|
27 |
- fvcore
|
28 |
- cloudpickle
|
29 |
- omegaconf
|