mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-04 16:02:52 +08:00
5 lines
86 B
Python
5 lines
86 B
Python
import onnxruntime
|
|
|
|
use_gpu = False
|
|
providers = onnxruntime.get_available_providers()
|