lev1 commited on
Commit
7ce26c0
·
1 Parent(s): 39e92d4

minor change

Browse files
Files changed (1) hide show
  1. 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
- 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')
 
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')