Fixes to imports and repo link thanks to Trung N
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
"from sentence_transformers import SentenceTransformer\n",
|
||||
"from datasets import load_dataset\n",
|
||||
"import chromadb\n",
|
||||
"from items import Item\n",
|
||||
"from sklearn.manifold import TSNE\n",
|
||||
"import plotly.graph_objects as go"
|
||||
]
|
||||
@@ -77,6 +76,18 @@
|
||||
"login(hf_token, add_to_git_credential=True)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "8491f550-df4a-4c8f-a260-a7a419e8efb6",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Another import after Logging in to Hugging Face - thank you Trung N.!\n",
|
||||
"\n",
|
||||
"from items import Item"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "3d4995a4-f67f-4871-87df-8c6439b06366",
|
||||
|
||||
Reference in New Issue
Block a user