Spaces:
Runtime error
Runtime error
Update app.py to fix dataset loading issue
#2
by
DjPapzin
- opened
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 |
|