jhj0517
jhj0517
Hello, I wanted to thank you for your amazing work. I have added a new `Callable` argument `progress_callback` to the `transcribe` method. This will allow users to track the progress...
Thanks for the great demo app. I'm not sure if the chat UI being stacked at the bottom is intentional design or not, but this PR is for when the...
**Description** Hi, Thanks for wonderful project. It would be good if `mason_cli` ask to overwrite or not for duplicate brick name. **Steps To Reproduce** 1. install brick from brick.hub ```...
Someone expressed interest in using file paths from Google Drive instead of uploading large files directly through Gradio. Utilizing Google Drive file paths could be helpful.
## Motivation To resolve version compatibility issue with `mmcv` ( `mmcv` cannot be used with `mmdet` on `torch` above 2.2.x ) - #11763 ## Modification Enabled `mmcv==2.2.0` ## Checklist 1....
Thanks for wonderful project. **Describe the bug** Impossible to use `mmdet` with `mmcv==2.2.0`. According to [documentation](https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-mmcv), for `torch` 2.2.x and above, The only compatible version of `mmcv` is 2.2.0. But...
Segment-Anything 2 - https://github.com/facebookresearch/segment-anything-2
Hi! Thanks for your wonderful project. Added [Whisper-WebUI](https://github.com/jhj0517/Whisper-WebUI) in README.md. Thanks for your work!