# Run the demo
First login and move to the directory:
- `ssh ssh rrkarim@52.152.171.105` pass: Sevil@@@@2664
- `sudo su`
- `docker exec -it 39c6a98a79a1 bash`
- `cd egs/sevil/demo`
There is a directory `./dir`, to run the demo:
- Move your audio file `.ogg` or `.wav` to `./dir`
- Move your content file to `./dir`. Be sure there is no punctuation, and unknown characters.
- Run `bash prep_demo_ogg.sh` or `prep_demo.sh` depending on the audio extension. (TODO: just add condition to check it)
- Then `cd ../`
- And run `bash inference.sh`
- See any errors that can occur, usually it is when the conent file badly encoded.