فهرست منبع

requirement.txt

罗俊辉 1 سال پیش
والد
کامیت
0fb85af02d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test.py

+ 1 - 1
test.py

@@ -27,7 +27,7 @@ if __name__ == "__main__":
     # parser.add_argument("--thread")
     # args = parser.parse_args()
     # thread = int(args.thread)
-    dt = ["http://127.0.0.1:8000/title_to_video"]
+    dt = ["http://127.0.0.1:8111/title_to_video"]
     # total_s = time.time()
     request_data(dt[0])
     # with ThreadPoolExecutor(max_workers=thread) as pool: