Staticaliza commited on
Commit
f97103a
·
verified ·
1 Parent(s): 11453ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, model=D
67
  steps = steps or 16
68
  guidance = guidance or 3
69
 
70
- model.to(DEVICE)
71
 
72
  parameters = {
73
  "prompt": input,
 
67
  steps = steps or 16
68
  guidance = guidance or 3
69
 
70
+ repo.to(DEVICE)
71
 
72
  parameters = {
73
  "prompt": input,