Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import io
|
|
8 |
|
9 |
st.title("Sai Vahini AI Voice Assistant 🕉️")
|
10 |
|
11 |
-
api_url = "https://
|
12 |
|
13 |
# Function to save audio as WAV clearly
|
14 |
def save_audio(frames, sample_rate=16000):
|
|
|
8 |
|
9 |
st.title("Sai Vahini AI Voice Assistant 🕉️")
|
10 |
|
11 |
+
api_url = "https://saivahini.onrender.com/" # Replace with your Render API clearly!
|
12 |
|
13 |
# Function to save audio as WAV clearly
|
14 |
def save_audio(frames, sample_rate=16000):
|