Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|