Spaces:
Runtime error
Runtime error
Adding descriptions
Browse files- app_canny_db.py +1 -1
- app_pose.py +9 -9
app_canny_db.py
CHANGED
@@ -31,7 +31,7 @@ def create_demo(model: Model):
|
|
31 |
"""
|
32 |
<div style="text-align: left; auto;">
|
33 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
34 |
-
Description: Our current release supports only four predefined DreamBooth models and four "motion edges". So you must choose one DreamBooth model and one "motion edges" shown below, or use the examples. The keywords <b>1girl style</b>, <b>
|
35 |
</h3>
|
36 |
</div>
|
37 |
""")
|
|
|
31 |
"""
|
32 |
<div style="text-align: left; auto;">
|
33 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
34 |
+
Description: Our current release supports only four predefined DreamBooth models and four "motion edges". So you must choose one DreamBooth model and one "motion edges" shown below, or use the examples. The keywords <b>1girl style</b>, <b>arcane style</b>, <b>gtav</b>, and <b>avatar style</b> correspond to the models from left to right.
|
35 |
</h3>
|
36 |
</div>
|
37 |
""")
|
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 on the right, 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:
|
24 |
+
# </h3>
|
25 |
+
# </div>
|
26 |
+
# """)
|
27 |
|
28 |
with gr.Row():
|
29 |
gr.Markdown('### You must select one pose sequence shown on the right, or use the examples')
|