Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def redirigir_a_pantalla_inicial():
|
|
185 |
|
186 |
processor = Wav2Vec2FeatureExtractor.from_pretrained("ntu-spml/distilhubert")
|
187 |
|
188 |
-
monitor_model = HubertForSequenceClassification.from_pretrained("A-POR-LOS-8000/distilhubert-finetuned-cry-detector",
|
189 |
|
190 |
pipeline_monitor = pipeline(model=monitor_model,feature_extractor=processor)
|
191 |
|
|
|
185 |
|
186 |
processor = Wav2Vec2FeatureExtractor.from_pretrained("ntu-spml/distilhubert")
|
187 |
|
188 |
+
monitor_model = HubertForSequenceClassification.from_pretrained("A-POR-LOS-8000/distilhubert-finetuned-cry-detector",use_auth_token=access_token_mod_1)
|
189 |
|
190 |
pipeline_monitor = pipeline(model=monitor_model,feature_extractor=processor)
|
191 |
|