Somalitts commited on
Commit
b6f5dfb
·
verified ·
1 Parent(s): 33739e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
13
  # --- ADD ALL YOUR VOICE FILES HERE ---
14
  # The code will automatically create a dropdown for these files.
15
  # Make sure these files are in the same directory as your script.
16
- VOICE_SAMPLE_FILES = ["7.wav", "46.wav", "90.wav", "150.wav", "355.wav"]
17
 
18
  # Directory to store speaker embedding files
19
  EMBEDDING_DIR = "speaker_embeddings"
 
13
  # --- ADD ALL YOUR VOICE FILES HERE ---
14
  # The code will automatically create a dropdown for these files.
15
  # Make sure these files are in the same directory as your script.
16
+ VOICE_SAMPLE_FILES = ["46.wav", "90.wav", "150.wav", "355.wav"]
17
 
18
  # Directory to store speaker embedding files
19
  EMBEDDING_DIR = "speaker_embeddings"