Spaces:
Sleeping
Sleeping
ftshijt
commited on
Commit
·
e1645ac
1
Parent(s):
69da775
activate gpu
Browse files
app.py
CHANGED
@@ -297,6 +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 |
]
|
301 |
|
302 |
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:
|