Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Falln87
/
DiffusionLab-BETA
like
3
Runtime error
App
Files
Files
Community
Falln87
commited on
Aug 28
Commit
e2ba8f3
•
1 Parent(s):
766b2ba
Update app.py
Browse files
line 19 - seed (syntax error)
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,7 +16,7 @@ def infer(prompt, seed, randomize_seed, width, height, guidance_scale, num_infer
16
api_name="/infer"
17
)
18
19
-
return result
seed
20
21
22
css="""
16
api_name="/infer"
17
)
18
19
+
return result
20
21
22
css="""