Spaces:
Runtime error
Runtime error
zwl
commited on
Commit
·
7506484
1
Parent(s):
4364727
test bh1
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ scheduler = UniPCMultistepScheduler(
|
|
| 12 |
prediction_type="epsilon",
|
| 13 |
predict_x0=True,
|
| 14 |
thresholding=False,
|
| 15 |
-
solver_type='
|
| 16 |
lower_order_final=True,
|
| 17 |
disable_corrector=[0],
|
| 18 |
)
|
|
|
|
| 12 |
prediction_type="epsilon",
|
| 13 |
predict_x0=True,
|
| 14 |
thresholding=False,
|
| 15 |
+
solver_type='bh1',
|
| 16 |
lower_order_final=True,
|
| 17 |
disable_corrector=[0],
|
| 18 |
)
|