Pārlūkot izejas kodu

requirement.txt

罗俊辉 1 gadu atpakaļ
vecāks
revīzija
0fb85af02d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: