Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from pydub import AudioSegment
10
 
11
 
12
  LOCAL_API_ENDPOINT = "http://localhost:5000"
13
- PUBLIC_API_ENDPOINT = "http://121.176.153.117:5000"
14
 
15
  API_ENDPOINT = PUBLIC_API_ENDPOINT
16
 
 
10
 
11
 
12
  LOCAL_API_ENDPOINT = "http://localhost:5000"
13
+ PUBLIC_API_ENDPOINT = "http://45.76.97.217:5000"
14
 
15
  API_ENDPOINT = PUBLIC_API_ENDPOINT
16