Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ The model requires Python 3.10 or higher. To use this model:
|
|
28 |
pip install -r requirements.txt
|
29 |
```
|
30 |
```bash
|
31 |
-
python3
|
32 |
```
|
33 |
|
34 |
Below is a visualization of the cloud mask generated by the model:
|
|
|
28 |
pip install -r requirements.txt
|
29 |
```
|
30 |
```bash
|
31 |
+
python3 run.py
|
32 |
```
|
33 |
|
34 |
Below is a visualization of the cloud mask generated by the model:
|