Dr. Richard Zinck commited on
Commit
7bd8750
1 Parent(s): 80165c3
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -76,8 +76,8 @@ ALLOWED_FILETYPES = ['wav', 'flac', 'mp3', 'ogg', 'm4a']
76
 
77
  # Number of threads to use for inference.
78
  # Can be as high as number of CPUs in your system
79
- CPU_THREADS: int = 1
80
- TFLITE_THREADS: int = 1
81
 
82
  # False will output logits, True will convert to sigmoid activations
83
  APPLY_SIGMOID: bool = True
 
76
 
77
  # Number of threads to use for inference.
78
  # Can be as high as number of CPUs in your system
79
+ CPU_THREADS: int = 2
80
+ TFLITE_THREADS: int = 2
81
 
82
  # False will output logits, True will convert to sigmoid activations
83
  APPLY_SIGMOID: bool = True