Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ warnings.filterwarnings('ignore', category=UserWarning, module='librosa')
|
|
14 |
|
15 |
# Model repository information
|
16 |
REPO_ID = "hriteshMaikap/languageClassifier"
|
17 |
-
MODEL_FILENAME = "
|
18 |
-
SCALER_FILENAME = "
|
19 |
-
CONFIG_FILENAME = "
|
20 |
|
21 |
# Initialize global variables to store loaded artifacts
|
22 |
model = None
|
|
|
14 |
|
15 |
# Model repository information
|
16 |
REPO_ID = "hriteshMaikap/languageClassifier"
|
17 |
+
MODEL_FILENAME = "indic_language_classifier_mtm.keras"
|
18 |
+
SCALER_FILENAME = "audio_feature_scaler_mtm.pkl"
|
19 |
+
CONFIG_FILENAME = "config_mtm.json"
|
20 |
|
21 |
# Initialize global variables to store loaded artifacts
|
22 |
model = None
|