Spaces:
Running
Running
use real endpoint
Browse files
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/
|
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)
|