fallenshock commited on
Commit
468f99e
·
verified ·
1 Parent(s): 558a466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def FlowEditRun(
104
  raise NotImplementedError(f"Model type {model_type} not implemented")
105
 
106
  scheduler = pipe.scheduler
107
- pipe = pipe.to(device)
108
 
109
 
110
 
 
104
  raise NotImplementedError(f"Model type {model_type} not implemented")
105
 
106
  scheduler = pipe.scheduler
107
+ pipe = pipe.to("cuda")
108
 
109
 
110