minor path change
prevents ``` FileNotFoundError: [Errno 2] No such file or directory: 'whisperlivekit/web/live_transcription.html' ```
This commit is contained in:
parent
bbd4fd6cff
commit
befbae56c7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Capture the audio of your current tab, transcribe diarize and translate it using
|
||||||
<img src="https://raw.githubusercontent.com/QuentinFuxa/WhisperLiveKit/refs/heads/main/chrome-extension/demo-extension.png" alt="WhisperLiveKit Demo" width="730">
|
<img src="https://raw.githubusercontent.com/QuentinFuxa/WhisperLiveKit/refs/heads/main/chrome-extension/demo-extension.png" alt="WhisperLiveKit Demo" width="730">
|
||||||
|
|
||||||
## Running this extension
|
## Running this extension
|
||||||
1. Run `python sync_extension.py` to copy frontend files to the `chrome-extension` directory.
|
1. Run `python scripts/sync_extension.py` to copy frontend files to the `chrome-extension` directory.
|
||||||
2. Load the `chrome-extension` directory in Chrome as an unpacked extension.
|
2. Load the `chrome-extension` directory in Chrome as an unpacked extension.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue