czyoung commited on
Commit
ef17bdc
·
verified ·
1 Parent(s): de384b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ PARQUET_DATASET_DIR.mkdir(parents=True,exist_ok=True)
17
  scheduler = ps.ParquetScheduler(repo_id="Sonogram/SampleDataset")
18
 
19
  def save_data(
20
- config_dict: Dict[str,str], audio_path: List[str], userid: str,
21
  ) -> None:
22
  """Save data, i.e. move audio to a new folder and send paths+config to scheduler."""
23
 
 
17
  scheduler = ps.ParquetScheduler(repo_id="Sonogram/SampleDataset")
18
 
19
  def save_data(
20
+ config_dict: Dict[str,str], audio_paths: List[str], userid: str,
21
  ) -> None:
22
  """Save data, i.e. move audio to a new folder and send paths+config to scheduler."""
23