Spaces:
Runtime error
Runtime error
Dr. Richard Zinck
commited on
Commit
•
7bd8750
1
Parent(s):
80165c3
threads
Browse files
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 =
|
80 |
-
TFLITE_THREADS: int =
|
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
|