-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for dora-gradio to pass data from gradio into dora #884
Comments
@dora-bot pls assign me this issue |
@dora-bot assign me |
Hello @7SOMAY, this issue is now assigned to you! |
@7SOMAY i am already working on this, can you work on some other issue pls🙃️ |
Sure @ShashwatPatil, Good Luck!😊 |
@dora-bot unassign me |
Hello @7SOMAY, you have been unassigned from this issue. |
@haixuanTao can you assign me, the dora-bot assign me is not working for me |
This pull request introduces a new Gradio-based UI interface for Dora-rs addressing issue #884 , providing both text and voice input capabilities. Below are the most significant changes: ### Configuration: * [`node-hub/dora-gradio/demo.yml`](diffhunk://#diff-165f450ebc9fb4385dba716890aa15af1a7cbb3497242c456087792820c45bf6R1-R14): Added a demo YAML configuration file to showcase how to set up the Dora Gradio UI node and connect it with other nodes. ### Implementation: * [`node-hub/dora-gradio/dora_gradio/main.py`](diffhunk://#diff-c93bc18b7e40bb164ad2e094d5f051cb8df51909c385bc8f534cc2a54ee5d1a3R1-R133): Implemented the main functionality of the Dora Gradio UI, including text and voice input handling, real-time audio transcription using Whisper, and integration with the Dora framework.
Gradio is a very mature UI and could be awesome for ingesting input from users.
An initial POC was made and I think it could be great to keep on working on it as a community: https://github.com/jrabary/dora-gradio
The text was updated successfully, but these errors were encountered: