Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -282,9 +282,9 @@ def dalle_3xl(
|
|
| 282 |
)
|
| 283 |
|
| 284 |
if encoded_string:
|
| 285 |
-
return SuccessResponse(status="True",
|
| 286 |
else:
|
| 287 |
-
return SuccessResponse(status="False",
|
| 288 |
|
| 289 |
|
| 290 |
@app.get("/ryuzaki/unsplash")
|
|
|
|
| 282 |
)
|
| 283 |
|
| 284 |
if encoded_string:
|
| 285 |
+
return SuccessResponse(status="True", randydev={"data": encoded_string})
|
| 286 |
else:
|
| 287 |
+
return SuccessResponse(status="False", randydev={"data": contact_support})
|
| 288 |
|
| 289 |
|
| 290 |
@app.get("/ryuzaki/unsplash")
|