Spaces:
Runtime error
Runtime error
Update app.py to fix dataset loading issue (#2)
Browse files- Update app.py to fix dataset loading issue (9798fe78a697f78f9e83eeff143d66c7257e1c96)
Co-authored-by: Letlhogonolo Fanampe <DjPapzin@users.noreply.huggingface.co>
app.py
CHANGED
@@ -40,7 +40,7 @@ def init():
|
|
40 |
dataset_path,
|
41 |
embedding_function=embeddings,
|
42 |
token=os.environ["ACTIVELOOP_TOKEN"],
|
43 |
-
org_id=os.environ["ACTIVELOOP_ORG_ID"],
|
44 |
read_only=True,
|
45 |
)
|
46 |
|
|
|
40 |
dataset_path,
|
41 |
embedding_function=embeddings,
|
42 |
token=os.environ["ACTIVELOOP_TOKEN"],
|
43 |
+
# org_id=os.environ["ACTIVELOOP_ORG_ID"],
|
44 |
read_only=True,
|
45 |
)
|
46 |
|