Spaces:
Runtime error
Runtime error
update
Browse files- README.md +10 -4
- app.py +1 -1
- images/hf-cg.png +3 -0
README.md
CHANGED
@@ -39,12 +39,18 @@ If you use this code, data or pre-trained weights, please cite our ICLR 2022 pap
|
|
39 |
|
40 |
## Using pre-trained weights from this Huggingface Space and Stable Diffusion In-painting
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
1. Download code and model
|
43 |
-
```
|
44 |
-
git clone https://huggingface.co/spaces/vict0rsch/climateGAN hf-spaces-climategan
|
45 |
-
cd hf-spaces-climategan
|
46 |
git lfs install
|
47 |
-
git
|
|
|
48 |
```
|
49 |
2. Install requirements
|
50 |
```
|
|
|
39 |
|
40 |
## Using pre-trained weights from this Huggingface Space and Stable Diffusion In-painting
|
41 |
|
42 |
+
<p align="center">
|
43 |
+
<strong>Huggingface ClimateGAN Space</strong>
|
44 |
+
<a href="https://huggingface.co/spaces/vict0rsch/climateGAN" target="_blank">
|
45 |
+
<img src="https://huggingface.co/vict0rsch/climateGAN/resolve/main/images/hf-cg.png">
|
46 |
+
</a>
|
47 |
+
</p>
|
48 |
+
|
49 |
1. Download code and model
|
50 |
+
```bash
|
|
|
|
|
51 |
git lfs install
|
52 |
+
git clone https://huggingface.co/vict0rsch/climateGAN
|
53 |
+
git lfs pull # optional if you don't have the weights
|
54 |
```
|
55 |
2. Install requirements
|
56 |
```
|
app.py
CHANGED
@@ -87,7 +87,7 @@ TEXTS = [
|
|
87 |
"""
|
88 |
## How to use this Space
|
89 |
|
90 |
-
1. Enter an address or upload a Street View image
|
91 |
2. Select the type of Painter you'd like to use for the flood renderings
|
92 |
3. Click on the "See for yourself!" button
|
93 |
4. Wait for the inference to complete, typically around 30 seconds
|
|
|
87 |
"""
|
88 |
## How to use this Space
|
89 |
|
90 |
+
1. Enter an address or upload a Street View image (at least 640x640)
|
91 |
2. Select the type of Painter you'd like to use for the flood renderings
|
92 |
3. Click on the "See for yourself!" button
|
93 |
4. Wait for the inference to complete, typically around 30 seconds
|
images/hf-cg.png
ADDED
Git LFS Details
|