Ufoptg commited on
Commit
873a84d
·
verified ·
1 Parent(s): 299c1ac

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -469,6 +469,8 @@ def gemini_pro(item: GeminiPro):
469
  status="False", randydev={"message": contact_support}
470
  )
471
 
 
 
472
 
473
  @app.post("/Bing/Dall-E-3")
474
  async def bing_dalle(item: BingDalle):
 
469
  status="False", randydev={"message": contact_support}
470
  )
471
 
472
+ BingImages = BingClient()
473
+
474
 
475
  @app.post("/Bing/Dall-E-3")
476
  async def bing_dalle(item: BingDalle):