lev1 commited on
Commit
3b371bc
1 Parent(s): 655a442

Add description

Browse files
Files changed (1) hide show
  1. app_text_to_video.py +9 -0
app_text_to_video.py CHANGED
@@ -21,6 +21,15 @@ def create_demo(model: Model):
21
  with gr.Blocks() as demo:
22
  with gr.Row():
23
  gr.Markdown('## Text2Video-Zero: Video Generation')
 
 
 
 
 
 
 
 
 
24
 
25
  with gr.Row():
26
  with gr.Column():
 
21
  with gr.Blocks() as demo:
22
  with gr.Row():
23
  gr.Markdown('## Text2Video-Zero: Video Generation')
24
+ with gr.Row():
25
+ gr.HTML(
26
+ """
27
+ <div style="text-align: left; auto;">
28
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
29
+ Description: Simply input **any textual prompt** to generate videos right away and unleash your creativity and imagination! You can also select from the examples below. For performance purposes, our current preview release generates only 8 output frames and output 4s videos.
30
+ </h3>
31
+ </div>
32
+ """)
33
 
34
  with gr.Row():
35
  with gr.Column():