Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import numpy as np
|
|
| 5 |
import hashlib
|
| 6 |
|
| 7 |
|
| 8 |
-
MAX_LENGTH =
|
| 9 |
LABLES = ["Hi, doctor", "doctor home", "Ask doctor", "Hey, daughter", "Hi, gemtek", "Hi, AI", "Custom"]
|
| 10 |
|
| 11 |
# Initialize a dictionary to store file paths by speaker_id
|
|
|
|
| 5 |
import hashlib
|
| 6 |
|
| 7 |
|
| 8 |
+
MAX_LENGTH = 60 # in seconds
|
| 9 |
LABLES = ["Hi, doctor", "doctor home", "Ask doctor", "Hey, daughter", "Hi, gemtek", "Hi, AI", "Custom"]
|
| 10 |
|
| 11 |
# Initialize a dictionary to store file paths by speaker_id
|