Spaces:
Runtime error
Runtime error
Hugo Flores García
commited on
fix script naming in readme
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ python scripts/exp/train.py --args.load conf/<fine_tune_name>/c2f.yml
|
|
| 88 |
|
| 89 |
launch the interface:
|
| 90 |
```bash
|
| 91 |
-
python
|
| 92 |
```
|
| 93 |
|
| 94 |
|
|
|
|
| 88 |
|
| 89 |
launch the interface:
|
| 90 |
```bash
|
| 91 |
+
python app.py --args.load conf/generated/<fine_tune_name>/interface.yml
|
| 92 |
```
|
| 93 |
|
| 94 |
|