Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ JSON_DATASET_PATH = JSON_DATASET_DIR / f"transcriptions-{uuid4()}.json"
|
|
| 63 |
|
| 64 |
# Initialize CommitScheduler for saving data to Hugging Face Dataset
|
| 65 |
scheduler = CommitScheduler(
|
| 66 |
-
repo_id="transcript-dataset
|
| 67 |
repo_type="dataset",
|
| 68 |
folder_path=JSON_DATASET_DIR,
|
| 69 |
path_in_repo="data",
|
|
|
|
| 63 |
|
| 64 |
# Initialize CommitScheduler for saving data to Hugging Face Dataset
|
| 65 |
scheduler = CommitScheduler(
|
| 66 |
+
repo_id="yt-transcript-dataset",
|
| 67 |
repo_type="dataset",
|
| 68 |
folder_path=JSON_DATASET_DIR,
|
| 69 |
path_in_repo="data",
|