ftshijt commited on
Commit
293a825
·
1 Parent(s): 7ee1777

force env injection

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -323,7 +323,8 @@ def evaluate_audio(gt_file, pred_file, metric_config, include_timestamps=False):
323
  check=True,
324
  stdout=subprocess.PIPE,
325
  stderr=subprocess.PIPE,
326
- text=True
 
327
  )
328
 
329
  # Read results
 
323
  check=True,
324
  stdout=subprocess.PIPE,
325
  stderr=subprocess.PIPE,
326
+ text=True,
327
+ env=env,
328
  )
329
 
330
  # Read results