Kurt Manninen commited on
Commit
9d741a7
·
1 Parent(s): be4da96

Hardcode label.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def save_audio_dataset(audio, label, dataset, dataset_repo_id):
59
  # Create dataset object.
60
  new_data = {
61
  "audio": audio_path,
62
- "label": label
63
  }
64
 
65
  # Concatenate the new dataset with the existing one
 
59
  # Create dataset object.
60
  new_data = {
61
  "audio": audio_path,
62
+ "label": "Hey Akida"
63
  }
64
 
65
  # Concatenate the new dataset with the existing one