Spaces:
Running
on
Zero
Running
on
Zero
fallenshock
commited on
Commit
•
3de5f1f
1
Parent(s):
801b180
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def FlowEditRun(
|
|
104 |
else:
|
105 |
raise NotImplementedError(f"Model type {model_type} not implemented")
|
106 |
|
107 |
-
|
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 |
|