Spaces:
Sleeping
Sleeping
fix: connect to main_dataset
Browse files- src/main.py +2 -2
src/main.py
CHANGED
@@ -33,7 +33,7 @@ os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
|
33 |
#classifier_revision = '0f9c15e2db4d64e7f622ade518854b488d8d35e6'
|
34 |
classifier_revision = 'main' # default/latest version
|
35 |
# and the dataset of observations (hf dataset in our space)
|
36 |
-
dataset_id = "Saving-Willy/
|
37 |
data_files = "data/train-00000-of-00001.parquet"
|
38 |
|
39 |
USE_BASIC_MAP = False
|
@@ -118,7 +118,7 @@ def push_observation(tab_log:DeltaGenerator=None):
|
|
118 |
rv = api.upload_file(
|
119 |
path_or_fileobj=f.name,
|
120 |
path_in_repo=path_in_repo,
|
121 |
-
repo_id="Saving-Willy/
|
122 |
repo_type="dataset",
|
123 |
)
|
124 |
print(rv)
|
|
|
33 |
#classifier_revision = '0f9c15e2db4d64e7f622ade518854b488d8d35e6'
|
34 |
classifier_revision = 'main' # default/latest version
|
35 |
# and the dataset of observations (hf dataset in our space)
|
36 |
+
dataset_id = "Saving-Willy/main_dataset"
|
37 |
data_files = "data/train-00000-of-00001.parquet"
|
38 |
|
39 |
USE_BASIC_MAP = False
|
|
|
118 |
rv = api.upload_file(
|
119 |
path_or_fileobj=f.name,
|
120 |
path_in_repo=path_in_repo,
|
121 |
+
repo_id="Saving-Willy/main_dataset",
|
122 |
repo_type="dataset",
|
123 |
)
|
124 |
print(rv)
|