Kaynağa Gözat

合并冲突

gushoubang 1 yıl önce
ebeveyn
işleme
2bf6e73d2d
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      main.py

+ 2 - 4
main.py

@@ -96,13 +96,11 @@ def save_image():
     return jsonify({
         "message": "保存成功",
         "data":{
-            # "img1": img1Path,
-            # "img2": img2Path,
-            "img1": 100
+            "img1": img1Path,
+            "img2": img2Path,
         }
     })
 
-
 # POST 分析图片
 @app.route('/api/detect_image', methods=['POST'])
 def detect_image():