Spaces:
Running
Running
Update app_with_diffusers.py
Browse files- app_with_diffusers.py +1 -0
app_with_diffusers.py
CHANGED
@@ -45,6 +45,7 @@ def infer(input_image):
|
|
45 |
|
46 |
# InstantIR restoration
|
47 |
image = pipe(
|
|
|
48 |
image=low_quality_image,
|
49 |
previewer_scheduler=lcm_scheduler,
|
50 |
).images[0]
|
|
|
45 |
|
46 |
# InstantIR restoration
|
47 |
image = pipe(
|
48 |
+
prompt="",
|
49 |
image=low_quality_image,
|
50 |
previewer_scheduler=lcm_scheduler,
|
51 |
).images[0]
|