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

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=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="Robertomarting/tmp_trainer",token=access_token_mod_1,feature_extractor=processor)
191
 
192
  def predict_monitor(stream, new_chunk):
193
  sr, y = new_chunk