Ufoptg commited on
Commit
6e91e84
1 Parent(s): 873a84d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -473,7 +473,7 @@ BingImages = BingClient()
473
 
474
 
475
  @app.post("/Bing/Dall-E-3")
476
- async def bing_dalle(item: BingDalle):
477
  try:
478
  set_cookies(
479
  ".bing.com",
 
473
 
474
 
475
  @app.post("/Bing/Dall-E-3")
476
+ def bing_dalle(item: BingDalle):
477
  try:
478
  set_cookies(
479
  ".bing.com",