Update app.py
Browse filesrearrange elements
app.py
CHANGED
@@ -91,12 +91,12 @@ with gr.Blocks(css=".gradio-container {background-color: #b0cda8};") as demo:
|
|
91 |
conditioning_image = gr.Image(label="Conditioning Image")
|
92 |
# conditioning_image = gr.Image(label="Conditioning Image", value=default_example[3])
|
93 |
run_btn = gr.Button("Run")
|
94 |
-
#wandb = wandb_report(report_url)
|
95 |
-
with gr.Column():
|
96 |
-
keypoint_tool = addp5sketch(sketch_url)
|
97 |
output = gr.Image(
|
98 |
label="Result",
|
99 |
)
|
|
|
|
|
|
|
100 |
gr.Markdown(
|
101 |
"""
|
102 |
[OpenPifPaf Animalpose](https://openpifpaf.github.io/plugins_animalpose.html).
|
|
|
91 |
conditioning_image = gr.Image(label="Conditioning Image")
|
92 |
# conditioning_image = gr.Image(label="Conditioning Image", value=default_example[3])
|
93 |
run_btn = gr.Button("Run")
|
|
|
|
|
|
|
94 |
output = gr.Image(
|
95 |
label="Result",
|
96 |
)
|
97 |
+
#wandb = wandb_report(report_url)
|
98 |
+
with gr.Column():
|
99 |
+
keypoint_tool = addp5sketch(sketch_url)
|
100 |
gr.Markdown(
|
101 |
"""
|
102 |
[OpenPifPaf Animalpose](https://openpifpaf.github.io/plugins_animalpose.html).
|