Spaces:
Sleeping
Sleeping
ftshijt
commited on
Commit
·
e85c61b
1
Parent(s):
f1f2bc7
set True to string
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ def evaluate_audio(gt_file, pred_file, metric_config, include_timestamps=False):
|
|
297 |
"--gt", gt_file,
|
298 |
"--pred", pred_file,
|
299 |
"--output_file", output_file,
|
300 |
-
"--use_gpu",
|
301 |
]
|
302 |
|
303 |
if include_timestamps:
|
|
|
297 |
"--gt", gt_file,
|
298 |
"--pred", pred_file,
|
299 |
"--output_file", output_file,
|
300 |
+
"--use_gpu", "true",
|
301 |
]
|
302 |
|
303 |
if include_timestamps:
|