Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cognomen
/
CatCon-Controlnet-WD-1-5-b2
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Cognomen
commited on
May 1, 2023
Commit
c465829
Β·
1 Parent(s):
e8933b1
don't subscript return
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,7 +42,7 @@ def infer(prompt, negative_prompt, image):
42
num_inference_steps=20
43
)
44
45
-
return output.images
[0]
46
47
gr.Interface(
48
infer,
42
num_inference_steps=20
43
)
44
45
+
return output.images
46
47
gr.Interface(
48
infer,