Spaces:
Runtime error
Runtime error
mattyamonaca
commited on
Commit
•
fe944ec
1
Parent(s):
3cde1aa
fix pipe
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ load_cn_config(cn_lineart_dir)
|
|
23 |
pipe = get_cn_pipeline()
|
24 |
pipe.to("cuda")
|
25 |
|
|
|
|
|
26 |
@spaces.GPU()
|
27 |
def generate(detectors, prompt, negative_prompt, reference_flg=False, reference_img=None):
|
28 |
default_pos = ""
|
|
|
23 |
pipe = get_cn_pipeline()
|
24 |
pipe.to("cuda")
|
25 |
|
26 |
+
|
27 |
+
|
28 |
@spaces.GPU()
|
29 |
def generate(detectors, prompt, negative_prompt, reference_flg=False, reference_img=None):
|
30 |
default_pos = ""
|