Spaces:
Runtime error
Runtime error
add notice
Browse files
app.py
CHANGED
@@ -91,6 +91,10 @@ html_text = f"""
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(css="""button { min-width: 80px; }""") as demo:
|
|
|
|
|
|
|
|
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=1):
|
96 |
width = gr.Slider(label="Width", minimum=512, maximum=1024, step=64, value=512, interactive=True)
|
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(css="""button { min-width: 80px; }""") as demo:
|
94 |
+
gr.Markdown(f"""
|
95 |
+
## This project is no longer being updated. Please use [PoseMaker2](https://huggingface.co/spaces/jonigata/PoseMaker2) instead.
|
96 |
+
### (That project uses MMPose for pose estimation.)
|
97 |
+
""")
|
98 |
with gr.Row():
|
99 |
with gr.Column(scale=1):
|
100 |
width = gr.Slider(label="Width", minimum=512, maximum=1024, step=64, value=512, interactive=True)
|