Skip to content

Commit

Permalink
Update Speaker_Mapping.ipynb
Browse files Browse the repository at this point in the history
updated raw github url
  • Loading branch information
shuklaji28 authored Feb 26, 2025
1 parent 9ebe54b commit 98fc26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Speaker_Mapped_Transcription/Speaker_Mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5494,7 +5494,7 @@
"]\n",
"\n",
"# Base URL for the raw files on GitHub. We are downloading this from LanceDB's Vector Recipes repo.\n",
"base_url = \"https://raw.githubusercontent.com/vectordb-recipes/main/examples/Speaker_Mapped_Transcription/Data/\"\n",
"base_url = \"https://raw.githubusercontent.com/lancedb/vectordb-recipes/main/examples/Speaker_Mapped_Transcription/Data/\"\n",
"\n",
"# Create a directory to store the files\n",
"os.makedirs(\"audio_files\", exist_ok=True)\n",
Expand All @@ -5508,7 +5508,7 @@
"print(\"All files downloaded successfully!\")\n",
"\n",
"# Base URL for the raw files on GitHub.\n",
"base_url = \"https://raw.githubusercontent.com/vectordb-recipes/main/examples/Speaker_Mapped_Transcription/\"\n",
"base_url = \"https://raw.githubusercontent.com/lancedb/vectordb-recipes/main/examples/Speaker_Mapped_Transcription/\"\n",
"lang_json_file = \"languages_pair.json\"\n",
"lang_file_path = base_url+lang_json_file\n",
"output_path = \"languages_pair.json\"\n",
Expand Down Expand Up @@ -7807,4 +7807,4 @@
}
}
]
}
}

0 comments on commit 98fc26a

Please sign in to comment.