forked from opea-project/GenAIExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Adds audio response toggle button to UI #60
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
11f797e
first commit for tts addition
okhleif-10 05ddb11
added TTS linkage to backend
okhleif-10 ee62b73
removed unused import
okhleif-10 0f4e77d
added necessary env vars
okhleif-10 fc99972
Merge remote-tracking branch 'origin/mmqna-phase3' into omar/tts-mmqna
okhleif-10 e500c10
reworked temp tts toggle logic
okhleif-10 aafee33
added modalities as a toggle
okhleif-10 e686ec3
removed print statement
okhleif-10 e4ae51d
removed gaudi from tts
okhleif-10 0818fff
Merge remote-tracking branch 'origin/mmqna-phase3' into omar/tts-mmqna
okhleif-10 a1c7adb
doc updates and code refactor
okhleif-10 0c056a4
Merge remote-tracking branch 'origin/mmqna-phase3' into omar/tts-mmqna
okhleif-10 632a60b
added tts test to megaservice tests
okhleif-10 08ab760
remove log diles
okhleif-10 220096e
addressed recent review comments
okhleif-10 186f7a8
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam 2137998
Added Logic for audio responses & refactored code to align with new g…
HarshaRamayanam a575dd3
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam 59fb709
Minr bug fixes and UI changes
HarshaRamayanam 4013a0d
UI layout update & handling empty text with spaces
HarshaRamayanam cd4c645
Updates on review comments
HarshaRamayanam a2cf4dd
Update on review comments
HarshaRamayanam b5a0e27
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam 58734e9
Update MultimodalQnA/ui/gradio/multimodalqna_ui_gradio.py
HarshaRamayanam 1e09283
Some updates to review comments. More to come after testing
HarshaRamayanam 2c4ead5
Restrict file media types to known/working formats
HarshaRamayanam 1ce67e2
Remove extra whitespace
HarshaRamayanam e9f0cd0
Fix test_compose_on_gaudi.sh script's diff not syncing with phase3
HarshaRamayanam 5ad1c18
Changes per review comments
HarshaRamayanam 3a34ec2
Added single space to the pload
HarshaRamayanam 5b47407
Added logic to flush chatbot assistant's voice reponse .wav
HarshaRamayanam 9189732
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam dea974b
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam d2a2bc4
Fixed issue where assistant's image is not sent
HarshaRamayanam c1843f7
Merge branch 'mmqna-phase3' into hramayan/tts-mmqna-ui
HarshaRamayanam 4ed2117
Revert build yaml
HarshaRamayanam b4ba36c
Clear diff
HarshaRamayanam bc43cc1
changes per review
HarshaRamayanam 9aad174
small change
HarshaRamayanam abf0200
Update Dockerfile
HarshaRamayanam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This call to
self._template_caption()is no longer happening, and it was an important fix that gives follow-up queries access to the original caption. Test this with the following steps: (1) upload an image with a caption that specifies the name of someone in the image, (2) query for the image based on the scene description, don't use the person's name, (3) after the image and response are returned, ask for the person's name in a follow-up query. It should give you the correct name.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that. Fixed it here