Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ FACE_ENHANCER_LIST.extend(cv2_interpolations)
|
|
78 |
|
79 |
PROVIDER = ["CPUExecutionProvider"]
|
80 |
|
81 |
-
USE_CUDA = True
|
82 |
if USE_CUDA:
|
83 |
available_providers = onnxruntime.get_available_providers()
|
84 |
if "CUDAExecutionProvider" in available_providers:
|
|
|
78 |
|
79 |
PROVIDER = ["CPUExecutionProvider"]
|
80 |
|
81 |
+
#USE_CUDA = True
|
82 |
if USE_CUDA:
|
83 |
available_providers = onnxruntime.get_available_providers()
|
84 |
if "CUDAExecutionProvider" in available_providers:
|