Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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):
|