rhoitjadhav commited on
Commit
b96ebcd
·
1 Parent(s): cb3d113

update dockerfile

Browse files
Files changed (1) hide show
  1. load_data.py +0 -1
load_data.py CHANGED
@@ -12,7 +12,6 @@ def load_datasets():
12
  # This is the code that you want to execute when the endpoint is available
13
  print("Argilla is available! Loading datasets")
14
  api_key = sys.argv[-1]
15
- print(api_key)
16
  rg.init(api_key=api_key, workspace="admin")
17
 
18
  # load dataset from json
 
12
  # This is the code that you want to execute when the endpoint is available
13
  print("Argilla is available! Loading datasets")
14
  api_key = sys.argv[-1]
 
15
  rg.init(api_key=api_key, workspace="admin")
16
 
17
  # load dataset from json