fffiloni commited on
Commit
2a0184c
1 Parent(s): 29dbe4a

Update app_with_diffusers.py

Browse files
Files changed (1) hide show
  1. 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]