Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -473,7 +473,7 @@ BingImages = BingClient()
|
|
| 473 |
|
| 474 |
|
| 475 |
@app.post("/Bing/Dall-E-3")
|
| 476 |
-
|
| 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",
|