Noursine commited on
Commit
c8012ad
·
verified ·
1 Parent(s): 655ecae

Update meaw.py

Browse files
Files changed (1) hide show
  1. meaw.py +1 -1
meaw.py CHANGED
@@ -79,7 +79,7 @@ def predict(image_path: str):
79
  result_img = out.get_image()[:, :, ::-1]
80
 
81
  # -----------------------------
82
- # 4. API Endpoint
83
  # -----------------------------
84
  @app.post("/predict")
85
  async def predict(file: UploadFile = File(...)):
 
79
  result_img = out.get_image()[:, :, ::-1]
80
 
81
  # -----------------------------
82
+ # 4. API Endpointt
83
  # -----------------------------
84
  @app.post("/predict")
85
  async def predict(file: UploadFile = File(...)):