GTimothee commited on
Commit
0ba8b15
·
verified ·
1 Parent(s): 940d08d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  from tool import KokoroText2Speech
3
 
4
  st.title("Let your smolagents' agent generate audio from text")
 
5
  text = '''The sky above the port was the color of television, tuned to a dead channel.'''
6
  input_text = st.text_input('text to process', value=text)
7
  if st.button('Generate'):
 
2
  from tool import KokoroText2Speech
3
 
4
  st.title("Let your smolagents' agent generate audio from text")
5
+ st.text('Built from https://github.com/hexgrad/kokoro')
6
  text = '''The sky above the port was the color of television, tuned to a dead channel.'''
7
  input_text = st.text_input('text to process', value=text)
8
  if st.button('Generate'):