Hugo Flores García commited on
Commit
a876330
1 Parent(s): 238e0c7

fix script naming in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 demo.py --args.load conf/generated/<fine_tune_name>/interface.yml
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