vancauwe commited on
Commit
d136ce0
·
1 Parent(s): 4f11b2f

feat: new temporary dataset

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -111,7 +111,7 @@ def push_observation(tab_log:DeltaGenerator=None):
111
  rv = api.upload_file(
112
  path_or_fileobj=f.name,
113
  path_in_repo=path_in_repo,
114
- repo_id="Saving-Willy/Happywhale-kaggle",
115
  repo_type="dataset",
116
  )
117
  print(rv)
 
111
  rv = api.upload_file(
112
  path_or_fileobj=f.name,
113
  path_in_repo=path_in_repo,
114
+ repo_id="Saving-Willy/temp_dataset",
115
  repo_type="dataset",
116
  )
117
  print(rv)