quick fix
Browse files- App/Generate/database/Vercel.py +11 -11
App/Generate/database/Vercel.py
CHANGED
|
@@ -140,18 +140,18 @@ async def process_images(payloads):
|
|
| 140 |
return results
|
| 141 |
|
| 142 |
|
| 143 |
-
# # Example payloads
|
| 144 |
-
payloads = [
|
| 145 |
-
|
| 146 |
-
comicbook illustration artistic, beautiful Awsome cat
|
| 147 |
-
|
| 148 |
-
]
|
| 149 |
|
| 150 |
|
| 151 |
-
# # Run the asyncio event loop
|
| 152 |
-
async def main():
|
| 153 |
-
|
| 154 |
-
|
| 155 |
|
| 156 |
|
| 157 |
-
asyncio.run(main())
|
|
|
|
| 140 |
return results
|
| 141 |
|
| 142 |
|
| 143 |
+
# # # Example payloads
|
| 144 |
+
# payloads = [
|
| 145 |
+
# """
|
| 146 |
+
# comicbook illustration artistic, beautiful Awsome cat
|
| 147 |
+
# """
|
| 148 |
+
# ]
|
| 149 |
|
| 150 |
|
| 151 |
+
# # # Run the asyncio event loop
|
| 152 |
+
# async def main():
|
| 153 |
+
# results = await process_images(payloads)
|
| 154 |
+
# pprint.pprint(results)
|
| 155 |
|
| 156 |
|
| 157 |
+
# asyncio.run(main())
|