Add Dockerfile and .dockerignore, update server_name arg for gradio launch
9100090
zachcommited on
improve 11labs error handling
234af57
unverified
twitchardcommited on
Fix other button b bug
3f2c59d
zachcommited on
Fix bug with option b button
7b59c59
zachcommited on
Update character description input label to sentence casing
d610c1b
zachcommited on
Add missing json import in app.py
a693a06
zachcommited on
Update application flow to accept a character description and normalize a prompt for claude
5bf19b3
zachcommited on
Update design to accomodate easily adding other TTS providers in the future
7f69677
zachcommited on
Update README for with different start scripts, minor UI improvements to layout
557e7ca
zachcommited on
Refactor tts integration functions to write audio to file and return file path, audio players to play mp3 file written to temp folder, fix audioplayer loading, remove unused imports
0e508c8
zachcommited on
Update Hume integration to use OCTAVE TTS endpoint, update Elevenlabs integration to use voice design endpoint, no longer specify voice since voices are now generated
7f25817
zachcommited on
Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1
zachcommited on
Update option state to include the voice along with the provider, and update reporting of winner to include the voice name.
84c63d1
zachcommited on
Restore encapsulation for ElevenLabs integration, update TTS functions to return the voice name in addition to the audio
36b195f
zachcommited on
Remove testing logic to force Hume to Hume comparison
514de3d
zachcommited on
Improve clarity of instructions, minor adjustment to UI component layout
f64ebd7
zachcommited on
Decouple text generation and speech synthesis and enable editing of text
b41805f
zachcommited on
Fix typo in documentation
a265e4f
zachcommited on
Update UI to compare Hume vs Elevenlabs 50% of the time, and Hume vs Hume 50% of the time
8047063
zachcommited on
Clean up docstrings across files
5a007ca
zachcommited on
Remove docstring typos
b2c4d0e
zachcommited on
Add UI constraint on prompt input for max character length
c8f4730
zachcommited on
Update reset ui logic to reset audio players
5e4b7c8
zachcommited on
Remove orphaned gradio components, clean up docstrings, fix types in app.py