Spaces:
Sleeping
Sleeping
SoulofSukuna
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -107,7 +107,7 @@ app = FastAPI(
|
|
107 |
)
|
108 |
|
109 |
trans = SyncTranslator()
|
110 |
-
|
111 |
|
112 |
timeout = 100
|
113 |
contact_support = """
|
@@ -475,7 +475,7 @@ async def bing_dalle(item: BingDalle):
|
|
475 |
try:
|
476 |
BingImages = await BingClient(image_provider=BingCreateImages)
|
477 |
except Exception:
|
478 |
-
|
479 |
|
480 |
try:
|
481 |
set_cookies(
|
|
|
107 |
)
|
108 |
|
109 |
trans = SyncTranslator()
|
110 |
+
|
111 |
|
112 |
timeout = 100
|
113 |
contact_support = """
|
|
|
475 |
try:
|
476 |
BingImages = await BingClient(image_provider=BingCreateImages)
|
477 |
except Exception:
|
478 |
+
BingImages = BingClient(image_provider=BingCreateImages)
|
479 |
|
480 |
try:
|
481 |
set_cookies(
|