fred-dev commited on
Commit
85cbb95
·
verified ·
1 Parent(s): c76ee8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -11,8 +11,6 @@ def run():
11
  interface = create_ui(
12
  model_config_path = "model_config_float_conditioning_dit_all.json",
13
  ckpt_path="epoch=684-step=319200.ckpt",
14
- pretrained_name="",
15
- pretransform_ckpt_path="",
16
  model_half=False
17
  )
18
  interface.queue()
 
11
  interface = create_ui(
12
  model_config_path = "model_config_float_conditioning_dit_all.json",
13
  ckpt_path="epoch=684-step=319200.ckpt",
 
 
14
  model_half=False
15
  )
16
  interface.queue()