mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-07 02:18:28 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
import onnxruntime
|
|
|
|
use_gpu = False
|
|
providers = onnxruntime.get_available_providers()
|