Update app/main.py
Browse files- app/main.py +1 -0
app/main.py
CHANGED
@@ -48,6 +48,7 @@ def generate_image(
|
|
48 |
server_choice="NSFW-Core: Uncensored Server 2",
|
49 |
api_name="/generate_image"
|
50 |
)
|
|
|
51 |
|
52 |
# result is a list of local file paths
|
53 |
if isinstance(result, list) and result:
|
|
|
48 |
server_choice="NSFW-Core: Uncensored Server 2",
|
49 |
api_name="/generate_image"
|
50 |
)
|
51 |
+
print(result)
|
52 |
|
53 |
# result is a list of local file paths
|
54 |
if isinstance(result, list) and result:
|