EnigmaOfTheWorld commited on
Commit
98f1df9
β€’
1 Parent(s): 20e6265

Updated app.py 16:26

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def transform_ncuda(img,prompt,cfg=8.0,stps=30,sc=0.8):
63
  # Set up our warning to print to the console if the adult content classifier is tripped.
64
  # If adult content classifier is not tripped, display generated image.
65
  for resp in answers2:
 
66
  print(resp)
67
  print(f'Type = {resp.__class__}')
68
  for artifact in resp.artifacts:
 
63
  # Set up our warning to print to the console if the adult content classifier is tripped.
64
  # If adult content classifier is not tripped, display generated image.
65
  for resp in answers2:
66
+ print('----------------------------------------------------------------------------------')
67
  print(resp)
68
  print(f'Type = {resp.__class__}')
69
  for artifact in resp.artifacts: