rbcurzon commited on
Commit
4d83a62
·
verified ·
1 Parent(s): bd913ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ async def test(file: UploadFile = File(...),
97
  }
98
 
99
  except Exception as error:
100
- print("Error: ", str(error)))
101
  raise HTTPException(status_code=500, detail=str(error))
102
 
103
  finally:
 
97
  }
98
 
99
  except Exception as error:
100
+ print("Error: ", str(error))
101
  raise HTTPException(status_code=500, detail=str(error))
102
 
103
  finally: