I can't resolve this error.
UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider'
Also, I finally get an error like this too.
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
Also, when I run run_gui.ps1, I get an error like this.
ModuleNotFoundError: No module named 'gradio'
I checked with "pip list" and found that "gradio" is installed correctly.
Therefore, I have no choice but to run "python.exe demo.py" from the command prompt.