Prince Canuma
Prince Canuma
Thank you very much once again!
The closest implementation: ```python def resize_image(image_np, new_size=(96, 96), order=1): """ Resize an image with multiple channels using PIL. Args: image_np (numpy.ndarray): The input image array of shape (height, width, channels)....
> Thanks for add the stt endpoint and making them openai compatible! Let me know how I can help, would love to get involved, this is the missing piece of...
> @Blaizzy In openwebui for TTS/STT especially voice calling, and later I'd like to make it into a Jarvis-like assistant. Also, local notebooklm-like podcast generation would be great. Awesome! Both...
> @Blaizzy Yup, let me know how I can help! At this stage, we need help testing the server and the UI #154 You can suggest changes and send PRs...
Uhh, I see. Try: > uvicorn mlx_audio.server:app I will try to figure out how to get mlx_audio.server to work after the new UI is done
My pleasure! > The /v1/models endpoint doesn't return any models yet, but I'm guessing that's not implemented yet maybe? It returns models currently loaded into memory. Just make some requests...
I can do that.
Thanks @zhaopengme! Could you change the hardcoded sample rate to `model.sample_rate`. This will match the changes in #148
Thanks @zhaopengme! Are you using the main branch? Because we recently refactored the sample_rate to default to each models recommended rate. Read more here in PR #148