I was using the vulkan container to test whisper.cpp with GPU acceleration.
It seems that this image has changed the default --inference-path
see:
https://github.com/kth8/whisper-server-vulkan/blob/main/Containerfile
However when surfing to localhost:8002 I get a simple forms page where I can upload a sound file, but I get this error:
File Not Found (/inference)
I think the form action should be changed if the inference-path is changed so we can use the webpage