TruthLens commited on
Commit
fb9f773
·
verified ·
1 Parent(s): 3a06bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import io
8
 
9
  st.title("Sai Vahini AI Voice Assistant 🕉️")
10
 
11
- api_url = "https://your-render-app.onrender.com/process_audio" # Replace with your Render API clearly!
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):