budhadityac24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ client2 = Groq(api_key=os.getenv("GROQ_API_KEY"))
|
|
14 |
|
15 |
# Streamlit application
|
16 |
def main():
|
17 |
-
st.title("
|
18 |
-
|
19 |
uploaded_file = st.file_uploader("Upload an audio file", type=["mp3", "wav"])
|
20 |
|
21 |
if uploaded_file is not None:
|
|
|
14 |
|
15 |
# Streamlit application
|
16 |
def main():
|
17 |
+
st.title("VoiceVoyager")
|
18 |
+
st.caption("The linguistic chameleon that clones your voice and speaks Hindi, so you don't have to learn a new language to go viral in Varanasi.")
|
19 |
uploaded_file = st.file_uploader("Upload an audio file", type=["mp3", "wav"])
|
20 |
|
21 |
if uploaded_file is not None:
|