Spaces:
Running
on
Zero
Running
on
Zero
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 |
|