Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
|
@@ -11,7 +11,7 @@ MAX_CONTENT_LENGTH = 5242880
|
|
| 11 |
DEBUG = False
|
| 12 |
|
| 13 |
# Server port
|
| 14 |
-
PORT =
|
| 15 |
|
| 16 |
# Absolute path of vits-simple-api
|
| 17 |
ABS_PATH = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
| 11 |
DEBUG = False
|
| 12 |
|
| 13 |
# Server port
|
| 14 |
+
PORT = 7860
|
| 15 |
|
| 16 |
# Absolute path of vits-simple-api
|
| 17 |
ABS_PATH = os.path.dirname(os.path.realpath(__file__))
|