dwb2023 commited on
Commit
520f263
1 Parent(s): 554c0b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="your-huggingface-dataset-repo",
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",