Spaces:
Configuration error
Configuration error
Commit
·
a064439
1
Parent(s):
ddd1c14
bash
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pip install -r requirements.txt
|
|
| 18 |
</details>
|
| 19 |
|
| 20 |
You may download all data and checkpoints using the following bash command
|
| 21 |
-
```
|
| 22 |
bash download_all.sh
|
| 23 |
```
|
| 24 |
|
|
@@ -26,7 +26,7 @@ bash download_all.sh
|
|
| 26 |
|
| 27 |
You could reproduce multi-grained editing results in our teaser by running:
|
| 28 |
|
| 29 |
-
```
|
| 30 |
bash test.sh
|
| 31 |
#or accelerate launch test.py --config config/run_two_man.yaml
|
| 32 |
```
|
|
|
|
| 18 |
</details>
|
| 19 |
|
| 20 |
You may download all data and checkpoints using the following bash command
|
| 21 |
+
```bash
|
| 22 |
bash download_all.sh
|
| 23 |
```
|
| 24 |
|
|
|
|
| 26 |
|
| 27 |
You could reproduce multi-grained editing results in our teaser by running:
|
| 28 |
|
| 29 |
+
```bash
|
| 30 |
bash test.sh
|
| 31 |
#or accelerate launch test.py --config config/run_two_man.yaml
|
| 32 |
```
|