Update server.py
Browse files
server.py
CHANGED
@@ -13,7 +13,7 @@ huggiingface_repo_id = 'Qi28/SD_QZ' # Hugging Face 数据集 ID
|
|
13 |
huggiingface_path = 'frp'
|
14 |
download_path = '/tmp/code/frp'
|
15 |
frp_status = False #是否启用frp, 0 否 1 是
|
16 |
-
nps_status =
|
17 |
sd_url = 'http://119.8.118.149:8000'
|
18 |
NPS_key = 'q9wj1cnlek4j3hg5'
|
19 |
NPS_server = '119.8.118.149:7001'
|
|
|
13 |
huggiingface_path = 'frp'
|
14 |
download_path = '/tmp/code/frp'
|
15 |
frp_status = False #是否启用frp, 0 否 1 是
|
16 |
+
nps_status = True #是否启用nps, 0 否 1 是
|
17 |
sd_url = 'http://119.8.118.149:8000'
|
18 |
NPS_key = 'q9wj1cnlek4j3hg5'
|
19 |
NPS_server = '119.8.118.149:7001'
|