Kaynağa Gözat

修改启动端口为5000

zhy 1 ay önce
ebeveyn
işleme
0a2322dbdb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      blackbox_yolov5/run.py

+ 1 - 1
blackbox_yolov5/run.py

@@ -201,4 +201,4 @@ def process_labelme_dataset():
 
 # 启动服务
 if __name__ == '__main__':
-    app.run(host='0.0.0.0', port=8080, debug=True)
+    app.run(host='0.0.0.0', port=5000, debug=True)