Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'):
|