Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb committed Feb 8, 2024
1 parent 0cda24b commit 65c8e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ languages:
series: series
menu:
main:
- name: 📂Archive
- name: Archive
url: archives
weight: 5
- name: 🏷️Tags
- name: Tags
url: tags/
weight: 10
- name: 🔍Search
- name: Search
url: search/
weight: 15

Expand Down
2 changes: 1 addition & 1 deletion content/posts/real-time-voice-translator.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The Speech Translation Model (STM) orchestrates a series of interconnected proce

1. Clone [this project](https://github.com/SamirPaulb/real-time-voice-translator) and create virtualenv (recommended) and activate virtualenv.

{{< terminal title="Shell Commands to Create Python Virtual environment " >}}
{{< terminal title="Shell Commands" >}}
```bash
# Create virtualenv
python -m venv env
Expand Down

0 comments on commit 65c8e82

Please sign in to comment.