Skip to content

Commit

Permalink
TTS support for Alltalk, ElevenLabs, and OpenAI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed Jan 2, 2025
1 parent 070bfbe commit 635a5cd
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 95 deletions.
2 changes: 2 additions & 0 deletions App_Function_Libraries/Gradio_UI/Chat_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ def create_chat_interface():
chatbot = gr.Chatbot(height=800, elem_classes="chatbot-container")
msg = gr.Textbox(label="Enter your message")
streaming = gr.Checkbox(label="Streaming", value=False, visible=True)
# Fixme - this should trigger teh chatbot to speak the response message when its checked
speak_message = gr.Checkbox(label="Speak Message", value=False, visible=True)
submit = gr.Button("Submit")
regenerate_button = gr.Button("Regenerate Last Message")
token_count_display = gr.Number(label="Approximate Token Count", value=0, interactive=False)
Expand Down
Loading

0 comments on commit 635a5cd

Please sign in to comment.