Artrajz commited on
Commit
8ace5b8
1 Parent(s): 749a63c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -9,7 +9,7 @@ MAX_CONTENT_LENGTH = 5242880
9
  DEBUG = False
10
 
11
  # Server port
12
- PORT = 23456
13
 
14
  # Absolute path of vits-simple-api
15
  ABS_PATH = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])))
 
9
  DEBUG = False
10
 
11
  # Server port
12
+ PORT = 7860
13
 
14
  # Absolute path of vits-simple-api
15
  ABS_PATH = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])))