Spaces:
Runtime error
Runtime error
Update app.py
#8
by
Rifky
- opened
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://
|
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 |
|