Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def infer(prompts, negative_prompts, image):
|
|
52 |
#gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery").launch()
|
53 |
|
54 |
title = "Animal Pose Control Net"
|
55 |
-
description = "This is a demo on ControlNet
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
58 |
gr.Markdown(
|
|
|
52 |
#gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery").launch()
|
53 |
|
54 |
title = "Animal Pose Control Net"
|
55 |
+
description = "This is a demo on ControlNet use animal keypoints."
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
58 |
gr.Markdown(
|