1inkusFace commited on
Commit
dfb7e72
·
verified ·
1 Parent(s): a1853b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def infer(
107
  latent_file_3_scale: float = 1.0,
108
  latent_file_4_scale: float = 1.0,
109
  latent_file_5_scale: float = 1.0,
110
- image_encoder_path,
111
  progress=gr.Progress(track_tqdm=True),
112
  ):
113
  upscaler_2.to(torch.device('cpu'))
 
107
  latent_file_3_scale: float = 1.0,
108
  latent_file_4_scale: float = 1.0,
109
  latent_file_5_scale: float = 1.0,
110
+ image_encoder_path=None,
111
  progress=gr.Progress(track_tqdm=True),
112
  ):
113
  upscaler_2.to(torch.device('cpu'))