vict0rsch commited on
Commit
7d0c4bf
1 Parent(s): 3d5f935

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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 lfs pull
 
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
  ```