Robertomarting commited on
Commit
8ec8335
·
verified ·
1 Parent(s): fd28f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def redirigir_a_pantalla_inicial():
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
 
192
  def predict_monitor(stream, new_chunk):
193
  sr, y = new_chunk
 
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=model,feature_extractor=processor)
191
 
192
  def predict_monitor(stream, new_chunk):
193
  sr, y = new_chunk