Spaces:
Paused
Paused
Update app.py
Browse files
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()
|