Dody Suria Wijaya
Dody Suria Wijaya
Just to pitch in, that I have the same issue. When running sshfs from command line, I got the "Connection reset by peer" error eventhough ssh (from the same exact...
Adding to this, jsondiff unexpectedly returned a list when one of the comparitor is an empty dict. ``` >>> jsondiff.diff({'a': 30},{},syntax='symmetric') [{'a': 30}, {}] >>> jsondiff.diff({},{'a': 20},syntax='symmetric') [{}, {'a': 20}]...
I've noticed the same issue. The root cause in my case was two folds. 1. the postLoad() event handler was relying on getEntity() to check if this is the entity...
| CPU | OS | Config | Model | Threads | Load [ms] | Encode [ms] | | --- | -- | ------ | ----- | ------- | --------- |...
I adjusted open-ai whisper cli to faster-whisper here: https://gist.github.com/dodysw/e0af41d990def8bbeb8934eeabd77688
Maybe take the audio path like this on the Gradio UI component definition, and use it as input/param to the mode.transcribe audio arg? ```python gr.Audio(type="filepath") ```
Sample fix https://github.com/dodysw/faster-whisper/commit/126abe33ce729a7edc11af9944173fc2b7444798
>Hey @dodysw, are you planning on upstreaming your changes? Thanks for the interest :D No plan yet, due to time commitment. Please copy paste it as you like. Also I'll...