Ufoptg commited on
Commit
acfa262
·
verified ·
1 Parent(s): 58729d4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -487,7 +487,7 @@ async def bing_dalle(item: BingDalle):
487
  prompt=item.prompt,
488
  model=item.model,
489
  )
490
- except BaseException as e
491
  return {"status": "false", "message": f"Internal Error: {e}"}
492
  return response
493
  try:
 
487
  prompt=item.prompt,
488
  model=item.model,
489
  )
490
+ except BaseException as e:
491
  return {"status": "false", "message": f"Internal Error: {e}"}
492
  return response
493
  try: