Update app.py
Browse files
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 = ["
|
| 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"
|