Skip to content

Commit

Permalink
Rename folder with example files and add small comment in README
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Apr 5, 2024
1 parent 8c05370 commit 0d23a05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The results (.dtl, .prf, .spk, and .csv format) can be found inside the `results

In order to open a User Interface, run a command similar to the one above but now with the optional argument `-interactive`:

- <code> docker run -it --mount type=bind,source=SOURCE,target=/input asrnlbenchmark/asr-nl-benchmark:latest python ASR_NL_benchmark -interactive </code>
- <code> docker run -it -p 5000:5000 --mount type=bind,source=SOURCE,target=/input asrnlbenchmark/asr-nl-benchmark:latest python ASR_NL_benchmark -interactive </code>

Use a web browser to access the UI by navigating to "http://localhost:5000"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0d23a05

Please sign in to comment.