Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ JSON_DATASET_PATH = JSON_DATASET_DIR / f"transcriptions-{uuid4()}.json"
|
|
| 26 |
|
| 27 |
# Initialize CommitScheduler for saving data to Hugging Face Dataset
|
| 28 |
scheduler = CommitScheduler(
|
| 29 |
-
repo_id="
|
| 30 |
repo_type="dataset",
|
| 31 |
folder_path=JSON_DATASET_DIR,
|
| 32 |
path_in_repo="data",
|
|
|
|
| 26 |
|
| 27 |
# Initialize CommitScheduler for saving data to Hugging Face Dataset
|
| 28 |
scheduler = CommitScheduler(
|
| 29 |
+
repo_id="transcript-dataset-repo",
|
| 30 |
repo_type="dataset",
|
| 31 |
folder_path=JSON_DATASET_DIR,
|
| 32 |
path_in_repo="data",
|