Spaces:
Runtime error
Runtime error
minor change
Browse files- app_pose.py +9 -9
app_pose.py
CHANGED
@@ -15,15 +15,15 @@ def create_demo(model: Model):
|
|
15 |
with gr.Blocks() as demo:
|
16 |
with gr.Row():
|
17 |
gr.Markdown('## Text and Pose Conditional Video Generation')
|
18 |
-
with gr.Row():
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
|
28 |
with gr.Row():
|
29 |
gr.Markdown('### You must select one pose sequence shown below, or use the examples')
|
|
|
15 |
with gr.Blocks() as demo:
|
16 |
with gr.Row():
|
17 |
gr.Markdown('## Text and Pose Conditional Video Generation')
|
18 |
+
# with gr.Row():
|
19 |
+
# gr.HTML(
|
20 |
+
# """
|
21 |
+
# <div style="text-align: left; auto;">
|
22 |
+
# <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
23 |
+
# Description: You must select one pose sequence shown below, or use the examples.
|
24 |
+
# </h3>
|
25 |
+
# </div>
|
26 |
+
# """)
|
27 |
|
28 |
with gr.Row():
|
29 |
gr.Markdown('### You must select one pose sequence shown below, or use the examples')
|