Francesco DjPapzin commited on
Commit
0281520
1 Parent(s): b4bc83d

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>

Files changed (1) hide show
  1. app.py +1 -1
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