budhadityac24 commited on
Commit
c463178
·
verified ·
1 Parent(s): 482c3bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Audio Translator: English to Hinglish")
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: