darshankr commited on
Commit
46683f9
·
verified ·
1 Parent(s): 4643e3d

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -23,4 +23,4 @@ async def translate(input_data: InputData):
23
  )
24
  return result
25
  except Exception as e:
26
- raise HTTPException(status_code=500, detail=str(e))
 
23
  )
24
  return result
25
  except Exception as e:
26
+ raise HTTPException(status_code=500, detail=str(e))