Skip to content

Commit

Permalink
Deploying to docs from @ 9ec1957 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Jul 29, 2024
1 parent d496010 commit 3bc2225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion senselab/audio/tasks/speech_to_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="modulename">

<script>
function redirectToTutorial() {
window.location.href = "https://github.com/sensein/senselab/blob/main/speech_to_text.ipynb";
window.location.href = "https://github.com/sensein/senselab/blob/main/tutorials/speech_to_text.ipynb";
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion senselab/audio/tasks/speech_to_text_evaluation.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="modulename">

<script>
function redirectToTutorial() {
window.location.href = "https://github.com/sensein/senselab/blob/main/speech_to_text.ipynb";
window.location.href = "https://github.com/sensein/senselab/blob/main/tutorials/speech_to_text.ipynb";
}
</script>

Expand Down

0 comments on commit 3bc2225

Please sign in to comment.