update readme
Browse files
README.md
CHANGED
@@ -42,11 +42,10 @@ If you use this code, data or pre-trained weights, please cite our ICLR 2022 pap
|
|
42 |
[**Huggingface ClimateGAN Space**](https://huggingface.co/spaces/vict0rsch/climateGAN)
|
43 |
|
44 |
1. Download code and model
|
45 |
-
```
|
46 |
-
git clone https://huggingface.co/spaces/vict0rsch/climateGAN hf-spaces-climategan
|
47 |
-
cd hf-spaces-climategan
|
48 |
git lfs install
|
49 |
-
git
|
|
|
50 |
```
|
51 |
2. Install requirements
|
52 |
```
|
|
|
42 |
[**Huggingface ClimateGAN Space**](https://huggingface.co/spaces/vict0rsch/climateGAN)
|
43 |
|
44 |
1. Download code and model
|
45 |
+
```bash
|
|
|
|
|
46 |
git lfs install
|
47 |
+
git clone https://huggingface.co/vict0rsch/climateGAN
|
48 |
+
git lfs pull # optional if you don't have the weights
|
49 |
```
|
50 |
2. Install requirements
|
51 |
```
|