Browse Source

hypercorn_config.toml
配置文件修改

罗俊辉 1 year ago
parent
commit
76801a9bc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/match_alg/recall.py

+ 1 - 1
applications/match_alg/recall.py

@@ -362,7 +362,7 @@ def recall_videos(params, trace_id):
         "trace_id": trace_id
     }
     # print(payload)
-    url = "http://61.48.133.26:8111/search_videos"
+    url = "http://0.0.0.0:8112/search_videos"
     requests.post(url, json=payload)
     # print("请求完成")
     time.sleep(15)