Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
limingcv
/
reward_controlnet
like
5
Diffusers
Safetensors
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
hysts
HF Staff
commited on
Oct 2, 2023
Commit
074f54b
·
1 Parent(s):
f521e88
Update
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -100,4 +100,5 @@ with gr.Blocks(css="style.css") as demo:
100
api_name=False,
101
)
102
103
-
demo.queue(max_size=20).launch()
100
api_name=False,
101
)
102
103
+
if __name__ == "__main__":
104
+
demo.queue(max_size=20).launch()