Pepguy commited on
Commit
f00fb19
·
verified ·
1 Parent(s): 8a050c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ def analyze_crop_with_gemini(jpeg_b64: str) -> Dict[str, Any]:
338
 
339
  @app.route("/", methods=["POST", "GET"])
340
  def index_route():
341
- return jsonify({"ok": true}), 200
342
 
343
  @app.route("/process", methods=["POST"])
344
  def process_image():
 
338
 
339
  @app.route("/", methods=["POST", "GET"])
340
  def index_route():
341
+ return jsonify({"ok": True}), 200
342
 
343
  @app.route("/process", methods=["POST"])
344
  def process_image():