fallenshock commited on
Commit
3de5f1f
1 Parent(s): 801b180

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
  else:
105
  raise NotImplementedError(f"Model type {model_type} not implemented")
106
 
107
- scheduler = pipe.scheduler
108
  # pipe = pipe.to(device)
109
 
110
 
 
104
  else:
105
  raise NotImplementedError(f"Model type {model_type} not implemented")
106
 
107
+ scheduler = pipe.scheduler
108
  # pipe = pipe.to(device)
109
 
110