Spaces:
Runtime error
Runtime error
changing api host
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import tempfile
|
|
6 |
import os
|
7 |
|
8 |
token = os.environ['apikey']
|
9 |
-
API_HOST = "https://
|
10 |
|
11 |
|
12 |
|
|
|
6 |
import os
|
7 |
|
8 |
token = os.environ['apikey']
|
9 |
+
API_HOST = "https://api.voicemod.net"
|
10 |
|
11 |
|
12 |
|