NeuralAudio commited on
Commit
934e329
·
verified ·
1 Parent(s): 800f507

use real endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import base64
4
  from io import BytesIO
5
 
6
  # Backend API URL
7
- API_URL = "https://www.neuralaudio.solutions/api/zyphra-tts"
8
 
9
  st.set_page_config(page_title="NeuralAudioAI TTS", layout="centered")
10
  st.image("https://storage.googleapis.com/crypto-utils-1/Header%20with%20Pattern.png", use_container_width=True)
 
4
  from io import BytesIO
5
 
6
  # Backend API URL
7
+ API_URL = "https://www.neuralaudio.solutions/api/text2speache"
8
 
9
  st.set_page_config(page_title="NeuralAudioAI TTS", layout="centered")
10
  st.image("https://storage.googleapis.com/crypto-utils-1/Header%20with%20Pattern.png", use_container_width=True)