Qi28 commited on
Commit
676a0c7
·
verified ·
1 Parent(s): 12412ba

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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 = 1 #是否启用nps, 0 否 1 是
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'