Ufoptg commited on
Commit
ce0498e
·
verified ·
1 Parent(s): 815d142

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -279,7 +279,7 @@ def dalle_3xl(
279
  except requests.exceptions.RequestException:
280
  raise HTTPException(
281
  status_code=500,
282
- detail=CustomErrorResponseModel(detail=[{"Error": f"{internal_error}"])
283
  )
284
 
285
  try:
 
279
  except requests.exceptions.RequestException:
280
  raise HTTPException(
281
  status_code=500,
282
+ detail=CustomErrorResponseModel(detail=[{"Error": f"{internal_error}"}])
283
  )
284
 
285
  try: