Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,9 +183,9 @@ def redirigir_a_pantalla_inicial():
|
|
183 |
|
184 |
### Monitor
|
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 |
|
|
|
183 |
|
184 |
### Monitor
|
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 |
|