Arkm20 commited on
Commit
0912fb4
·
verified ·
1 Parent(s): 97c2592

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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: