浏览代码

测试GPU性能

罗俊辉 11 月之前
父节点
当前提交
5b0951853b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routes/accountServer.py

+ 1 - 1
routes/accountServer.py

@@ -28,7 +28,7 @@ class AccountServer(object):
         nlp process
         """
         headers = {"Content-Type": "application/json"}
-        url = "http://localhost:6062/nlp"
+        url = "http://localhost:6060/nlp"
         body = {
             "data": {
                 "text_list_a": [i.replace("'", "") for i in title_list],