Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def main():
|
|
283 |
|
284 |
pipe_out = pipe(
|
285 |
input_image,
|
286 |
-
|
287 |
ensemble_size=1,
|
288 |
processing_res=768,
|
289 |
batch_size=0,
|
|
|
283 |
|
284 |
pipe_out = pipe(
|
285 |
input_image,
|
286 |
+
denosing_steps=10,
|
287 |
ensemble_size=1,
|
288 |
processing_res=768,
|
289 |
batch_size=0,
|