Spaces:
Running
Running
Amelia-James
commited on
Commit
•
27002e6
1
Parent(s):
2a95377
Update app.py
Browse files
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
|
16 |
-
st.markdown("
|
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(
|