Oriserve/OriTTS
fix the voice cache clean fun
fix speech rate for v2
add waring and alrt
add content in About
fix in a bug
another fix in README
fix in READMR file
fix in docker file
new streamlit app
First push
Update requirements.txt
Feat: 1. Migrated to openai client
Fix an issue of Error logs.
add Disclaimer and LICENSE file
fix bug
bug fix
add the function to save the audio given by user and change the feedback format
release 14/05
added error logs and changes some emojies
changed some CSS and add some quick start points
changed voide clone function in json format
feat:added ability to clone voice
Add Record or upload a custom voice
just add print for keys
updated for Hinglish Language
updated for Hinglish Language
Removed Refine generation parameter, Updated the agent voice list and also updated the About page
Updated requirements.txt for huggingface building error, added pydantic==2.10.6
Updated About Page and Layout of TTS main page
Updated the main heading of About section as previously it is not showing properly and added the feature to hide the rating component as soon as the submit button is clicked
Updated fonts size of About section and info section in TTS page added the logic to not enable submit button until any of the rating is not selected ,added the feedback text box with the updated log_initial_submission function and update rating function and also update the timestamps int IST only
updated the bulletinng of Quick start guide section ad numerical bullets are not working and only showing 1
updated the voice list and made all the s3 keys to be called through secret keys
shortened voice list
added pkl loading function to load all the language codes and agent codes from the pkl file
changed the return function to return gr.update instead of gr.Button to make interactive parameter as False
fixed bug in generate audio button as it can be clicked multiple times triggering to generate multiple sess IDs but generated audio is mapped with the first time it was clicked so disabled it as soon as it clicked and re enabled it as soon as audio genration finished
fixed bug in rating component of returning value of 4
fixed bug of re-enbling the rating component when generate button is clicked
updated disabling of rating component,rating button and rating text box by adding disable_text_box function
Resolved the rating message taking too much time to load bug by changing the value of fn in submit button to normal function
Modified the example sentences and add utils and pkl file for organised and clean code
Audio not saving to S3 bug fixed and code cleaning
code reverted
updated launch function set ssr variable False
updated env variables
updated env variables
updated env variables
added requirements.txt file
Initial setup of ORI TTS gradio app
