Spaces:
Paused
Paused
Omer Karisman
commited on
Commit
•
50f3c39
1
Parent(s):
588d8f0
zero gpu
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ from utils import align_images, draw_kps, load_and_resize_image
|
|
26 |
|
27 |
|
28 |
def patch_onnx_runtime(
|
29 |
-
self,
|
30 |
inter_op_num_threads: int = 16,
|
31 |
intra_op_num_threads: int = 16,
|
32 |
omp_num_threads: int = 16,
|
|
|
26 |
|
27 |
|
28 |
def patch_onnx_runtime(
|
|
|
29 |
inter_op_num_threads: int = 16,
|
30 |
intra_op_num_threads: int = 16,
|
31 |
omp_num_threads: int = 16,
|