Somalitts commited on
Commit
80cd488
·
verified ·
1 Parent(s): 1a93c3f

Update app.py

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