Staticaliza commited on
Commit
388fff6
·
verified ·
1 Parent(s): b38d62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -96,6 +96,8 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
96
 
97
  steps = (not steps or steps < 0 and steps_set) or steps
98
  guidance = (not guidance or guidance < 0 and guidance_set) or guidance
 
 
99
 
100
  repo.to(DEVICE)
101
 
 
96
 
97
  steps = (not steps or steps < 0 and steps_set) or steps
98
  guidance = (not guidance or guidance < 0 and guidance_set) or guidance
99
+
100
+ print(steps, guidance)
101
 
102
  repo.to(DEVICE)
103