Skip to content

Commit

Permalink
feat: new temporary dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
vancauwe committed Dec 20, 2024
1 parent 4f11b2f commit d136ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def push_observation(tab_log:DeltaGenerator=None):
rv = api.upload_file(
path_or_fileobj=f.name,
path_in_repo=path_in_repo,
repo_id="Saving-Willy/Happywhale-kaggle",
repo_id="Saving-Willy/temp_dataset",
repo_type="dataset",
)
print(rv)
Expand Down

0 comments on commit d136ce0

Please sign in to comment.