Update README.md
Browse files
README.md
CHANGED
@@ -19,14 +19,15 @@ Please find the demo notebook at Github: [ModFlows_demo.ipynb](https://github.co
|
|
19 |
How to clone and download pre-trained weights:
|
20 |
```bash
|
21 |
git clone https://github.com/maria-larchenko/modflows.git
|
22 |
-
cd modflows
|
|
|
23 |
```
|
24 |
|
25 |
Call `python3 run_inference.py --help` to see a full list of arguments for inference.
|
26 |
`Ctrl+C` cancels the execution.
|
27 |
|
28 |
<p align="center">
|
29 |
-
<img src="
|
30 |
</p>
|
31 |
|
32 |
## Citation
|
|
|
19 |
How to clone and download pre-trained weights:
|
20 |
```bash
|
21 |
git clone https://github.com/maria-larchenko/modflows.git
|
22 |
+
cd modflows
|
23 |
+
git clone https://huggingface.co/MariaLarchenko/modflows_color_encoder
|
24 |
```
|
25 |
|
26 |
Call `python3 run_inference.py --help` to see a full list of arguments for inference.
|
27 |
`Ctrl+C` cancels the execution.
|
28 |
|
29 |
<p align="center">
|
30 |
+
<img src="SPIGM_visual_abstract.png" style="width: 500px"/>
|
31 |
</p>
|
32 |
|
33 |
## Citation
|