joao-dutra commited on
Commit
dbf2455
·
verified ·
1 Parent(s): 720ab16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ async def analyze(file: UploadFile = File(...)):
180
  return JSONResponse(result)
181
 
182
  @app.get("/links/{amostra_id}")
183
- async def get_link(amostra_id: int)
184
  try:
185
 
186
  links = image_link_gen(amostra_id)
 
180
  return JSONResponse(result)
181
 
182
  @app.get("/links/{amostra_id}")
183
+ async def get_link(amostra_id: int):
184
  try:
185
 
186
  links = image_link_gen(amostra_id)