Skip to content

Commit

Permalink
colab URL update
Browse files Browse the repository at this point in the history
updated URL to access colab and download files from github directly
  • Loading branch information
PrashantDixit0 authored Feb 26, 2025
2 parents 7ca0112 + 98fc26a commit a2c4295
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 a2c4295

Please sign in to comment.