Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|