Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ print("hfh", huggingface_hub.__version__)
|
|
9 |
from huggingface_hub import hf_hub_download, upload_file
|
10 |
from datetime import datetime
|
11 |
|
12 |
-
DATASET_REPO_ID = "datasets/
|
13 |
DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
|
14 |
DATA_DIRNAME = "data"
|
15 |
DATA_FILENAME = "data.csv"
|
|
|
9 |
from huggingface_hub import hf_hub_download, upload_file
|
10 |
from datetime import datetime
|
11 |
|
12 |
+
DATASET_REPO_ID = "datasets/ccml/dataset1"
|
13 |
DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
|
14 |
DATA_DIRNAME = "data"
|
15 |
DATA_FILENAME = "data.csv"
|