Amelia-James commited on
Commit
27002e6
1 Parent(s): 2a95377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ load_dotenv()
12
  client = Groq(api_key=os.getenv("GROQ_API_KEY"))
13
 
14
  # Streamlit UI
15
- st.title("Voice Cloning Application")
16
- st.markdown("Clone your voice using Whisper for transcription and TTS for voice generation.")
17
 
18
  # Upload audio file
19
  uploaded_file = st.file_uploader(
 
12
  client = Groq(api_key=os.getenv("GROQ_API_KEY"))
13
 
14
  # Streamlit UI
15
+ st.title("Voice-Voice Application")
16
+ st.markdown("Listen your voice using Whisper for transcription and TTS for voice generation.")
17
 
18
  # Upload audio file
19
  uploaded_file = st.file_uploader(