diff --git a/core/globals.py b/core/globals.py new file mode 100644 index 0000000..1206d54 --- /dev/null +++ b/core/globals.py @@ -0,0 +1,2 @@ +use_gpu = False +providers = ['CPUExecutionProvider']