Codewithsalty commited on
Commit
9cd04f9
·
verified ·
1 Parent(s): dfea2de

Update newapi.py

Browse files
Files changed (1) hide show
  1. newapi.py +1 -1
newapi.py CHANGED
@@ -62,4 +62,4 @@ async def glioma_stage(file: UploadFile = File(...)):
62
  return JSONResponse(content={"glioma_stage": result})
63
 
64
  except Exception as e:
65
- return JSONResponse(content={"error": str(e)})
 
62
  return JSONResponse(content={"glioma_stage": result})
63
 
64
  except Exception as e:
65
+ return JSONResponse(content={"error": str(e)})