Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberofficial committed Aug 8, 2023
1 parent 2c5755e commit fe627c4
Showing 1 changed file 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 @@ -156,7 +156,7 @@ This script uses argparse to accept command line arguments. The following option
- The fine tuned model will automatically be downloaded from OneDrive via Direct Public link. In the event of failure

## Web Server
With the command flag `--port 4000`, you can use query parameters like `?showoriginal`, `?showtranslation`, and `?showtranscription` to show specific elements. If any other query parameter is used or no query parameters are specified, all elements will be shown by default. You can choose another number other than `4000` if you want.
With the command flag `--port 4000`, you can use query parameters like `?showoriginal`, `?showtranslation`, and `?showtranscription` to show specific elements. If any other query parameter is used or no query parameters are specified, all elements will be shown by default. You can choose another number other than `4000` if you want. You can mix the query parameters to show specific elements, leave blank to show all elements.

For example:
- `http://localhost:4000?showoriginal` will show the `original` detected text.
Expand Down

0 comments on commit fe627c4

Please sign in to comment.