CoolFace
Apppublic

Oriserve/OriTTS

sourceHugging Faceupdated 8mo agoView on Hugging Face
9likes
50 commits on main
bc57aa98mo ago

fix the voice cache clean fun

Ajaj Ali
cbb109610mo ago

fix speech rate for v2

Ajaj Ali
35b23c410mo ago

add waring and alrt

Ajaj Ali
013b1b310mo ago

add content in About

Ajaj Ali
155897510mo ago

fix in a bug

Ajaj Ali
5cb697f10mo ago

another fix in README

Ajaj Ali
c20225510mo ago

fix in READMR file

Ajaj Ali
f02fdd310mo ago

fix in docker file

Ajaj Ali
fc2d6c110mo ago

new streamlit app

Ajaj Ali
b2531e410mo ago

First push

Ajaj Ali
9476c2811mo ago

Update requirements.txt

chinmayc3
da5a67a11mo ago

Feat: 1. Migrated to openai client

chinmayc3
21f661a1y ago

Fix an issue of Error logs.

Ajaj Ali
6149bbe1y ago

add Disclaimer and LICENSE file

Ajaj Ali
22d9bf51y ago

fix bug

Ajaj Ali
084d0381y ago

bug fix

Ajaj Ali
0c5c2a71y ago

add the function to save the audio given by user and change the feedback format

Ajaj Ali
ebe23c11y ago

release 14/05

Ajaj Ali
0faef2a1y ago

added error logs and changes some emojies

Ajaj Ali
cd4dc721y ago

changed some CSS and add some quick start points

Ajaj Ali
ed0db291y ago

changed voide clone function in json format

Ajaj Ali
89f4e6a1y ago

feat:added ability to clone voice

Ajaj Ali
218ed3d1y ago

Add Record or upload a custom voice

Ajaj Ali
f7cb1151y ago

just add print for keys

Ajaj Ali
b886cfb1y ago

updated for Hinglish Language

ai-team-ori
da0ea841y ago

updated for Hinglish Language

ai-team-ori
9f135f51y ago

Removed Refine generation parameter, Updated the agent voice list and also updated the About page

ai-team-ori
da9bd901y ago

Updated requirements.txt for huggingface building error, added pydantic==2.10.6

ai-team-ori
6d9fdda1y ago

Updated About Page and Layout of TTS main page

ai-team-ori
8e4a4722y ago

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

ai-team-ori
159920b2y ago

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

ai-team-ori
0fe1acb2y ago

updated the bulletinng of Quick start guide section ad numerical bullets are not working and only showing 1

ai-team-ori
b417b982y ago

updated the voice list and made all the s3 keys to be called through secret keys

ai-team-ori
012d32f2y ago

shortened voice list

ai-team-ori
849ef102y ago

added pkl loading function to load all the language codes and agent codes from the pkl file

ai-team-ori
602ea542y ago

changed the return function to return gr.update instead of gr.Button to make interactive parameter as False

ai-team-ori
765f7be2y ago

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

ai-team-ori
e3194582y ago

fixed bug in rating component of returning value of 4

ai-team-ori
b47e3a42y ago

fixed bug of re-enbling the rating component when generate button is clicked

ai-team-ori
26eb4822y ago

updated disabling of rating component,rating button and rating text box by adding disable_text_box function

ai-team-ori
44570a32y ago

Resolved the rating message taking too much time to load bug by changing the value of fn in submit button to normal function

ai-team-ori
5aaa6922y ago

Modified the example sentences and add utils and pkl file for organised and clean code

ai-team-ori
af4ca4c2y ago

Audio not saving to S3 bug fixed and code cleaning

ai-team-ori
87518c12y ago

code reverted

ai-team-ori
9b9431c2y ago

updated launch function set ssr variable False

ai-team-ori
c178db62y ago

updated env variables

ai-team-ori
9cb59f32y ago

updated env variables

ai-team-ori
2fc60cd2y ago

updated env variables

ai-team-ori
aac0d4d2y ago

added requirements.txt file

ai-team-ori
26a1b2c2y ago

Initial setup of ORI TTS gradio app

ai-team-ori