Spaces:
Running
on
Zero
Running
on
Zero
updated
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def ui():
|
|
38 |
load_weight_increasement=True,
|
39 |
device=device,
|
40 |
hf_cache_dir=CACHE_DIR,
|
41 |
-
use_safetensors=
|
42 |
)
|
43 |
|
44 |
preprocessors = ['canny']
|
|
|
38 |
load_weight_increasement=True,
|
39 |
device=device,
|
40 |
hf_cache_dir=CACHE_DIR,
|
41 |
+
use_safetensors=False,
|
42 |
)
|
43 |
|
44 |
preprocessors = ['canny']
|