Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
6e17b85
1
Parent(s):
e0c2374
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def fn(type_, num_cpus):
|
|
| 58 |
with about_time() as dur:
|
| 59 |
_ = test_pool(radio_embed, args, num_procs=num_cpus)
|
| 60 |
|
| 61 |
-
return dur.
|
| 62 |
|
| 63 |
|
| 64 |
|
|
|
|
| 58 |
with about_time() as dur:
|
| 59 |
_ = test_pool(radio_embed, args, num_procs=num_cpus)
|
| 60 |
|
| 61 |
+
return dur.duration_human
|
| 62 |
|
| 63 |
|
| 64 |
|